Fix debug message.
authorjah <jah@zadkiel.plus.com>
Sun, 25 Jun 2017 11:47:49 +0000 (12:47 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 25 Jun 2017 12:04:51 +0000 (14:04 +0200)
src/cadet/cadet_api.c

index 3fdeffe13089a9680ef713afb29faa4f929096d1..00a482452d338911898dd96af5b68ed38ae19048 100644 (file)
@@ -326,7 +326,7 @@ destroy_channel (struct GNUNET_CADET_Channel *ch)
 
   LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Destroying channel %X of %p\n",
-       ch->ccn,
+       htonl (ch->ccn.channel_of_client),
        h);
   GNUNET_assert (GNUNET_YES ==
                  GNUNET_CONTAINER_multihashmap32_remove (h->channels,