gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: no log macro in here


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: no log macro in here
Date: Wed, 22 Feb 2017 14:54:17 +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 2b6c2c7db no log macro in here
2b6c2c7db is described below

commit 2b6c2c7dbae7977f3a28f19a9b4cc9e136b90ba5
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Feb 22 14:55:28 2017 +0100

    no log macro in here
---
 src/dht/gnunet-service-dht_neighbours.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/dht/gnunet-service-dht_neighbours.c 
b/src/dht/gnunet-service-dht_neighbours.c
index bb6285730..eed82dad5 100644
--- a/src/dht/gnunet-service-dht_neighbours.c
+++ b/src/dht/gnunet-service-dht_neighbours.c
@@ -1973,10 +1973,10 @@ handle_local_result (void *cls,
 
   pp = GNUNET_STRINGS_pp2s (put_path,
                             put_path_length);
-  LOG (GNUNET_ERROR_TYPE_DEBUG,
-       "Found local result for %s (PP: %s)\n",
-       GNUNET_h2s (key),
-       pp);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Found local result for %s (PP: %s)\n",
+              GNUNET_h2s (key),
+              pp);
   GNUNET_free (pp);
   // FIXME: we can probably do better here by
   // passing the peer that did the query in the closure...

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



reply via email to

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