src/plugin.c: Fix a typo.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 23 Apr 2008 14:35:36 +0000 (16:35 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 23 Apr 2008 14:35:36 +0000 (16:35 +0200)
src/plugin.c

index a4f96f8..dfab52c 100644 (file)
@@ -765,7 +765,7 @@ int plugin_dispatch_values (value_list_t *vl)
        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