aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/test_dht_monitor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 0e92d0853..0212c900b 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -332,7 +332,8 @@ monitor_res_cb (void *cls,
332 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 332 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
333 "%u got a REPLY message for key %s with %u bytes\n", 333 "%u got a REPLY message for key %s with %u bytes\n",
334 i, 334 i,
335 GNUNET_h2s (key), size); 335 GNUNET_h2s (key),
336 (unsigned int) size);
336 monitor_counter++; 337 monitor_counter++;
337} 338}
338 339