Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / snmp.c
index 8564c68..cb0b70f 100644 (file)
@@ -1671,7 +1671,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);
   }