diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-02-22 14:55:28 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-02-22 14:55:28 +0100 |
commit | 2b6c2c7dbae7977f3a28f19a9b4cc9e136b90ba5 (patch) | |
tree | f69f83413c6ba1228db15b4395abe6de4d316c22 /src/dht/gnunet-service-dht_neighbours.c | |
parent | 797aeba80acd8a09fe4e2da16ad5eaec4c8bde2c (diff) |
no log macro in here
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r-- | src/dht/gnunet-service-dht_neighbours.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/gnunet-service-dht_neighbours.c b/src/dht/gnunet-service-dht_neighbours.c index bb62857303..eed82dad51 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... |