aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2017-12-28 12:14:38 -0600
committerDavid Barksdale <amatus@amat.us>2017-12-28 12:15:16 -0600
commit00e8294a6524f27b8cc959fb4f777ee86e1d482c (patch)
treeee15f09ab523c0636ea93f6ca78575d3d6f0c548 /src/cadet
parent62c89d65bc7032f6caa67a5251e2d705c3c3c7de (diff)
downloadgnunet-00e8294a6524f27b8cc959fb4f777ee86e1d482c.tar.gz
gnunet-00e8294a6524f27b8cc959fb4f777ee86e1d482c.zip
Actually print the path as a string
Diffstat (limited to 'src/cadet')
-rw-r--r--src/cadet/gnunet-service-cadet_peer.c2
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 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,
979 (desirability < root_desirability) ) 979 (desirability < root_desirability) )
980 { 980 {
981 LOG (GNUNET_ERROR_TYPE_DEBUG, 981 LOG (GNUNET_ERROR_TYPE_DEBUG,
982 "Decided to not attach path %p to peer %s due to undesirability\n", 982 "Decided to not attach path %s to peer %s due to undesirability\n",
983 GCPP_2s (path), 983 GCPP_2s (path),
984 GCP_2s (cp)); 984 GCP_2s (cp));
985 return NULL; 985 return NULL;