From: Florian Forster Date: Wed, 23 Apr 2008 14:35:36 +0000 (+0200) Subject: src/plugin.c: Fix a typo. X-Git-Tag: collectd-4.5.0~161 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5347d0363eda10256883b586a2916faf4abd2908;p=collectd.git src/plugin.c: Fix a typo. --- 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