Fix copy-paste error in debug message in snmp plugin
authorDenys Berkovskyy <berkovskyy@gmail.com>
Tue, 8 Sep 2015 10:38:18 +0000 (11:38 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 11 Sep 2015 19:56:19 +0000 (21:56 +0200)
src/snmp.c

index 858d44c..e178d3a 100644 (file)
@@ -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);
   }