From 3e4e90b633c79d398d7c10ec98463f3429f57aef Mon Sep 17 00:00:00 2001 From: Denys Berkovskyy Date: Tue, 8 Sep 2015 11:38:18 +0100 Subject: [PATCH] Fix copy-paste error in debug message in snmp plugin --- src/snmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snmp.c b/src/snmp.c index 858d44c5..e178d3a2 100644 --- 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); } -- 2.11.0