diff options
author | David Barksdale <amatus@amat.us> | 2017-12-28 12:14:38 -0600 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2017-12-28 12:15:16 -0600 |
commit | 00e8294a6524f27b8cc959fb4f777ee86e1d482c (patch) | |
tree | ee15f09ab523c0636ea93f6ca78575d3d6f0c548 | |
parent | 62c89d65bc7032f6caa67a5251e2d705c3c3c7de (diff) |
Actually print the path as a string
-rw-r--r-- | src/cadet/gnunet-service-cadet_peer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_peer.c b/src/cadet/gnunet-service-cadet_peer.c index 71c7c67d0c..da78a03c40 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; |