gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 18/19: nicer logging


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 18/19: nicer logging
Date: Sun, 22 Jan 2017 15:23:59 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 9f1d37266e0e7a824986e2a2f9b6c3a61f20fa7a
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 22 15:22:45 2017 +0100

    nicer logging
---
 src/cadet/gnunet-service-cadet-new_peer.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/cadet/gnunet-service-cadet-new_peer.c 
b/src/cadet/gnunet-service-cadet-new_peer.c
index fe344fcbf..39645c909 100644
--- a/src/cadet/gnunet-service-cadet-new_peer.c
+++ b/src/cadet/gnunet-service-cadet-new_peer.c
@@ -954,10 +954,10 @@ GCP_iterate_paths (struct CadetPeer *cp,
 {
   unsigned int ret = 0;
 
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Iterating over paths to peer %s%s\n",
-              GCP_2s (cp),
-              (NULL == cp->core_mq) ? "" : " including direct link");
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Iterating over paths to peer %s%s\n",
+       GCP_2s (cp),
+       (NULL == cp->core_mq) ? "" : " including direct link");
   if (NULL != cp->core_mq)
   {
     struct CadetPeerPath *path;

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



reply via email to

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