From: Christian Grothoff Date: Wed, 22 Feb 2017 13:55:28 +0000 (+0100) Subject: no log macro in here X-Git-Tag: taler-0.2.1~83 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b6c2c7dbae7977f3a28f19a9b4cc9e136b90ba5;p=oweals%2Fgnunet.git no log macro in here --- 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...