projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59a2057
)
fix compiler warnings
author
Christian Grothoff
<christian@grothoff.org>
Fri, 6 May 2016 15:23:59 +0000
(15:23 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 6 May 2016 15:23:59 +0000
(15:23 +0000)
src/dht/test_dht_monitor.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_monitor.c
b/src/dht/test_dht_monitor.c
index 0e92d0853f1aff2bf7ed48e1b95c5e28882bd71c..0212c900b6a95047461402134f78a8c92a0894fe 100644
(file)
--- a/
src/dht/test_dht_monitor.c
+++ b/
src/dht/test_dht_monitor.c
@@
-332,7
+332,8
@@
monitor_res_cb (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"%u got a REPLY message for key %s with %u bytes\n",
i,
- GNUNET_h2s (key), size);
+ GNUNET_h2s (key),
+ (unsigned int) size);
monitor_counter++;
}