fix log invocation
authorChristian Grothoff <christian@grothoff.org>
Mon, 23 Jan 2017 20:15:10 +0000 (21:15 +0100)
committerChristian Grothoff <christian@grothoff.org>
Mon, 23 Jan 2017 20:15:10 +0000 (21:15 +0100)
src/cadet/gnunet-service-cadet-new_tunnels.c

index def919c8e09218f6d45f2dce3b1346d275e0e4a5..8418dc50da727b697552a0fc0a0d76943907fce6 100644 (file)
@@ -2182,8 +2182,8 @@ handle_plaintext_channel_destroy (void *cls,
     /* We don't know about such a channel, might have been destroyed on our
        end in the meantime, or never existed. */
     LOG (GNUNET_ERROR_TYPE_DEBUG,
-         "Received channel DESTORY for unknown channel. Ignoring.\n",
-         GCCH_2s (ch));
+         "Received channel DESTORY for unknown channel %u. Ignoring.\n",
+         ntohl (cm->ctn.cn));
     return;
   }
   LOG (GNUNET_ERROR_TYPE_DEBUG,