From: David Barksdale Date: Thu, 28 Dec 2017 18:14:38 +0000 (-0600) Subject: Actually print the path as a string X-Git-Tag: gnunet-0.11.0rc0~68 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=00e8294a6524f27b8cc959fb4f777ee86e1d482c;p=oweals%2Fgnunet.git Actually print the path as a string --- diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c index 71c7c67d0..da78a03c4 100644 --- a/src/cadet/gnunet-service-cadet_peer.c +++ b/src/cadet/gnunet-service-cadet_peer.c @@ -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;