gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix log invocation


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix log invocation
Date: Mon, 23 Jan 2017 21:15:12 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5c1ac597f fix log invocation
5c1ac597f is described below

commit 5c1ac597f1d1f532136dcf678d7eb5575224aa6b
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 23 21:15:10 2017 +0100

    fix log invocation
---
 src/cadet/gnunet-service-cadet-new_tunnels.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cadet/gnunet-service-cadet-new_tunnels.c 
b/src/cadet/gnunet-service-cadet-new_tunnels.c
index def919c8e..8418dc50d 100644
--- a/src/cadet/gnunet-service-cadet-new_tunnels.c
+++ b/src/cadet/gnunet-service-cadet-new_tunnels.c
@@ -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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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