gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] [PATCH 3/4] Fix debug message.


From: jah
Subject: [GNUnet-developers] [PATCH 3/4] Fix debug message.
Date: Sun, 25 Jun 2017 12:47:49 +0100

diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 3fdeffe13..00a482452 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -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,
-- 
2.13.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]