projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
254878c
)
dbi plugin: fix a warning mentioning snmp plugin
author
Vincent Bernat
<bernat@luffy.cx>
Sat, 12 Oct 2013 20:37:00 +0000
(22:37 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 7 Apr 2015 20:00:25 +0000
(22:00 +0200)
src/dbi.c
patch
|
blob
|
history
diff --git
a/src/dbi.c
b/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) */