summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f9ec13)
raw | patch | inline | side by side (parent: 5f9ec13)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 23 Apr 2008 14:35:36 +0000 (16:35 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 23 Apr 2008 14:35:36 +0000 (16:35 +0200) |
src/plugin.c | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index a4f96f8834bb58cfaef158013df5db57be780b08..dfab52c3e4fcb68f15eae50e55aa76095fe7d1f9 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
assert (0 == strcmp (ds->type, vl->type));
#else
if (0 != strcmp (ds->type, vl->type))
- WARN ("plugin_dispatch_values: (ds->type = %s) != (vl->type = %s)",
+ WARNING ("plugin_dispatch_values: (ds->type = %s) != (vl->type = %s)",
ds->type, vl->type);
#endif