From: Denys Berkovskyy Date: Tue, 8 Sep 2015 10:38:18 +0000 (+0100) Subject: Fix copy-paste error in debug message in snmp plugin X-Git-Tag: collectd-5.5.1~52^2~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3e4e90b633c79d398d7c10ec98463f3429f57aef;p=collectd.git Fix copy-paste error in debug message in snmp plugin --- 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); }