nicer logging
authorChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 14:22:45 +0000 (15:22 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 22 Jan 2017 14:22:45 +0000 (15:22 +0100)
src/cadet/gnunet-service-cadet-new_peer.c

index fe344fcbf0f53936fd48ada6ed32fca48dfe3221..39645c909e2deb5aae19d23d2d75a5c155225418 100644 (file)
@@ -954,10 +954,10 @@ GCP_iterate_paths (struct CadetPeer *cp,
 {
   unsigned int ret = 0;
 
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Iterating over paths to peer %s%s\n",
-              GCP_2s (cp),
-              (NULL == cp->core_mq) ? "" : " including direct link");
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Iterating over paths to peer %s%s\n",
+       GCP_2s (cp),
+       (NULL == cp->core_mq) ? "" : " including direct link");
   if (NULL != cp->core_mq)
   {
     struct CadetPeerPath *path;