aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-07-02 19:30:44 +0000
committerBart Polot <bart@net.in.tum.de>2014-07-02 19:30:44 +0000
commit0b41ec9e4ca866552554305eef223d5ee9995aca (patch)
tree4c0327e49b0b71fb25fb5cf0761460264c16778d
parentbfa940aa9bce60cf9a3ba8f81bd8c12ca488aae8 (diff)
downloadgnunet-0b41ec9e4ca866552554305eef223d5ee9995aca.tar.gz
gnunet-0b41ec9e4ca866552554305eef223d5ee9995aca.zip
- fix log
-rw-r--r--src/cadet/gnunet-service-cadet_peer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c
index 6020caff5..f0fd3e698 100644
--- a/src/cadet/gnunet-service-cadet_peer.c
+++ b/src/cadet/gnunet-service-cadet_peer.c
@@ -1052,7 +1052,7 @@ queue_send (void *cls, size_t size, void *buf)
1052 LOG (GNUNET_ERROR_TYPE_INFO, 1052 LOG (GNUNET_ERROR_TYPE_INFO,
1053 "snd %s (%s %u) on connection %s (%p) %s (size %u)\n", 1053 "snd %s (%s %u) on connection %s (%p) %s (size %u)\n",
1054 GC_m2s (queue->type), GC_m2s (queue->payload_type), 1054 GC_m2s (queue->type), GC_m2s (queue->payload_type),
1055 queue->payload_type, GCC_2s (c), c, GC_f2s (queue->fwd), data_size); 1055 queue->payload_id, GCC_2s (c), c, GC_f2s (queue->fwd), data_size);
1056 } 1056 }
1057 1057
1058 /* Free queue, but cls was freed by send_core_* */ 1058 /* Free queue, but cls was freed by send_core_* */