gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 08/11: - code/debug format


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 08/11: - code/debug format
Date: Wed, 08 Feb 2017 19:44:36 +0100

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

bart-polot pushed a commit to branch master
in repository gnunet.

commit 1aa3a2b2beda8e6a8d13da61e0f7c813083bb2bc
Author: Bart Polot <address@hidden>
AuthorDate: Wed Feb 8 19:40:36 2017 +0100

    - code/debug format
---
 src/cadet/cadet_api.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index f55911afa..644f755ec 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -910,7 +910,9 @@ handle_channel_created (void *cls,
                              &msg->peer,
                              port->hash,
                              ch->options);
-  } else {
+  }
+  else
+  {
     /* MQ API */
     GNUNET_assert (NULL != port->connects);
     ch->window_changes = port->window_changes;
@@ -1036,8 +1038,9 @@ handle_local_data (void *cls,
   if (NULL != ch->mq)
   {
     LOG (GNUNET_ERROR_TYPE_DEBUG,
-         "injecting msg %s into mq\n",
-         GC_m2s (ntohs (payload->type)));
+         "injecting msg %s into mq %p\n",
+         GC_m2s (ntohs (payload->type)),
+         ch->mq);
     GNUNET_MQ_inject_message (ch->mq, payload);
     return;
   }

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



reply via email to

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