no log macro in here
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2017 13:55:28 +0000 (14:55 +0100)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2017 13:55:28 +0000 (14:55 +0100)
src/dht/gnunet-service-dht_neighbours.c

index bb6285730313911ca33cb4da6a1f6be238fda016..eed82dad51b0790d8fa280bf3d8d3f14378bff02 100644 (file)
@@ -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...