summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ab0a54)
raw | patch | inline | side by side (parent: 9ab0a54)
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 858d44c563f9cc64e9de09ded4423d1b04e5eef4..e178d3a22c495b84d2108923f3ca266e6447aacb 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_table: host->sess_handle == NULL");
+ DEBUG ("snmp plugin: csnmp_read_value: host->sess_handle == NULL");
return (-1);
}