projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab0a54
)
Fix copy-paste error in debug message in snmp plugin
author
Denys Berkovskyy
<berkovskyy@gmail.com>
Tue, 8 Sep 2015 10:38:18 +0000
(11:38 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 11 Sep 2015 19:56:19 +0000
(21:56 +0200)
src/snmp.c
patch
|
blob
|
history
diff --git
a/src/snmp.c
b/src/snmp.c
index
858d44c
..
e178d3a
100644
(file)
--- a/
src/snmp.c
+++ b/
src/snmp.c
@@
-1488,7
+1488,7
@@
static int csnmp_read_value (host_definition_t *host, data_definition_t *data)
if (host->sess_handle == NULL)
{
- DEBUG ("snmp plugin: csnmp_read_
tabl
e: host->sess_handle == NULL");
+ DEBUG ("snmp plugin: csnmp_read_
valu
e: host->sess_handle == NULL");
return (-1);
}