aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-22 14:55:28 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-22 14:55:28 +0100
commit2b6c2c7dbae7977f3a28f19a9b4cc9e136b90ba5 (patch)
treef69f83413c6ba1228db15b4395abe6de4d316c22 /src/dht/gnunet-service-dht_neighbours.c
parent797aeba80acd8a09fe4e2da16ad5eaec4c8bde2c (diff)
downloadgnunet-2b6c2c7dbae7977f3a28f19a9b4cc9e136b90ba5.tar.gz
gnunet-2b6c2c7dbae7977f3a28f19a9b4cc9e136b90ba5.zip
no log macro in here
Diffstat (limited to 'src/dht/gnunet-service-dht_neighbours.c')
-rw-r--r--src/dht/gnunet-service-dht_neighbours.c8
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 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,
1973 1973
1974 pp = GNUNET_STRINGS_pp2s (put_path, 1974 pp = GNUNET_STRINGS_pp2s (put_path,
1975 put_path_length); 1975 put_path_length);
1976 LOG (GNUNET_ERROR_TYPE_DEBUG, 1976 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1977 "Found local result for %s (PP: %s)\n", 1977 "Found local result for %s (PP: %s)\n",
1978 GNUNET_h2s (key), 1978 GNUNET_h2s (key),
1979 pp); 1979 pp);
1980 GNUNET_free (pp); 1980 GNUNET_free (pp);
1981 // FIXME: we can probably do better here by 1981 // FIXME: we can probably do better here by
1982 // passing the peer that did the query in the closure... 1982 // passing the peer that did the query in the closure...