From 2b6c2c7dbae7977f3a28f19a9b4cc9e136b90ba5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Feb 2017 14:55:28 +0100 Subject: [PATCH] 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... -- 2.25.1