- verbose log
authorBart Polot <bart.polot+gnunet@gmail.com>
Tue, 21 Feb 2017 12:47:40 +0000 (13:47 +0100)
committerBart Polot <bart.polot+gnunet@gmail.com>
Tue, 21 Feb 2017 12:47:40 +0000 (13:47 +0100)
src/cadet/test_cadet_local_mq.c

index 785a8844f29da2f28e97b6c251740742c6e34647..19bafbed1fae6fba0753f5bd1361d9983a15a2f3 100644 (file)
@@ -168,8 +168,8 @@ disconnected (void *cls,
               const struct GNUNET_CADET_Channel *channel)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "disconnected cls: %p\n",
-              cls);
+              "disconnected channel %p, cls: %p\n",
+              channel, cls);
   if (channel == ch)
     ch = NULL;
 }