projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5482b5d
)
Remove extraneous debug information that trigger issue with size_t variable size
author
Benoit Plessis
<benoit.plessis@powerboutique.com>
Mon, 2 Sep 2019 09:02:27 +0000
(11:02 +0200)
committer
Benoit Plessis
<benoit.plessis@powerboutique.com>
Mon, 2 Sep 2019 09:17:11 +0000
(11:17 +0200)
src/snmp.c
patch
|
blob
|
history
diff --git
a/src/snmp.c
b/src/snmp.c
index
43815dc
..
5002f7f
100644
(file)
--- a/
src/snmp.c
+++ b/
src/snmp.c
@@
-1593,8
+1593,8
@@
static int csnmp_read_table(host_definition_t *host, data_definition_t *data) {
csnmp_cell_value_t **value_cells_head;
csnmp_cell_value_t **value_cells_tail;
- DEBUG("snmp plugin: csnmp_read_table (host = %s, data = %s
(%ld))"
,
-
host->name, data->name, data->values_len
);
+ DEBUG("snmp plugin: csnmp_read_table (host = %s, data = %s
)", host->name
,
+
data->name
);
if (host->sess_handle == NULL) {
DEBUG("snmp plugin: csnmp_read_table: host->sess_handle == NULL");