From ac0cb2519b83c79dc57debd19e7f6db57f87a533 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 22 Jul 2015 03:11:43 +0000 Subject: - log --- src/cadet/gnunet-service-cadet_tunnel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c index 8a5025a5b..632ce799c 100644 --- a/src/cadet/gnunet-service-cadet_tunnel.c +++ b/src/cadet/gnunet-service-cadet_tunnel.c @@ -3744,9 +3744,9 @@ GCT_destroy (struct CadetTunnel *t) else { GNUNET_break (0); - LOG (GNUNET_ERROR_TYPE_WARNING, + LOG (GNUNET_ERROR_TYPE_ERROR, "message left behind on tunnel shutdown: %s\n", - GC_m2s (ntohs (mh->type))); + GC_m2s (type)); } unqueue_data (t->tq_head); } @@ -4521,7 +4521,7 @@ GCT_debug (const struct CadetTunnel *t, enum GNUNET_ErrorType level) } #endif LOG2 (level, "TTT tq_head %p, tq_tail %p\n", t->tq_head, t->tq_tail); - LOG2 (level, "TTT destroy %u\n", t->destroy_task); + LOG2 (level, "TTT destroy %p\n", t->destroy_task); LOG2 (level, "TTT channels:\n"); for (iterch = t->channel_head; NULL != iterch; iterch = iterch->next) -- cgit v1.2.3