projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a161fc
)
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
Vincent Bernat
<bernat@luffy.cx>
Sat, 12 Oct 2013 20:37:00 +0000
(22:37 +0200)
src/dbi.c
patch
|
blob
|
history
diff --git
a/src/dbi.c
b/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) */