Actually print the path as a string
authorDavid Barksdale <amatus@amat.us>
Thu, 28 Dec 2017 18:14:38 +0000 (12:14 -0600)
committerDavid Barksdale <amatus@amat.us>
Thu, 28 Dec 2017 18:15:16 +0000 (12:15 -0600)
src/cadet/gnunet-service-cadet_peer.c

index 71c7c67d0c11af201e23b08dd201720eb82719f0..da78a03c400a0e2d680b9273c1fbc63d83614e52 100644 (file)
@@ -979,7 +979,7 @@ GCP_attach_path (struct CadetPeer *cp,
          (desirability < root_desirability) )
     {
       LOG (GNUNET_ERROR_TYPE_DEBUG,
-           "Decided to not attach path %p to peer %s due to undesirability\n",
+           "Decided to not attach path %s to peer %s due to undesirability\n",
            GCPP_2s (path),
            GCP_2s (cp));
       return NULL;