dbi plugin: fix a warning mentioning snmp plugin
authorVincent Bernat <bernat@luffy.cx>
Sat, 12 Oct 2013 20:37:00 +0000 (22:37 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 12 Oct 2013 20:37:00 +0000 (22:37 +0200)
src/dbi.c

index 80488d8..45e0d31 100644 (file)
--- a/src/dbi.c
+++ b/src/dbi.c
@@ -398,7 +398,7 @@ static int cdbi_config (oconfig_item_t *ci) /* {{{ */
       cdbi_config_add_database (child);
     else
     {
-      WARNING ("snmp plugin: Ignoring unknown config option `%s'.", child->key);
+      WARNING ("dbi plugin: Ignoring unknown config option `%s'.", child->key);
     }
   } /* for (ci->children) */