Merge branch 'fix_social'
[oweals/gnunet.git] / 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;