dbi plugin: fix a warning mentioning snmp plugin
authorVincent Bernat <bernat@luffy.cx>
Sat, 12 Oct 2013 20:37:00 +0000 (22:37 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 7 Apr 2015 20:00:25 +0000 (22:00 +0200)
src/dbi.c

index 2d3f566..29cf5bd 100644 (file)
--- a/src/dbi.c
+++ b/src/dbi.c
@@ -413,7 +413,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) */