From 5347d0363eda10256883b586a2916faf4abd2908 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 23 Apr 2008 16:35:36 +0200 Subject: [PATCH] src/plugin.c: Fix a typo. --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.c b/src/plugin.c index a4f96f88..dfab52c3 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -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 -- 2.11.0