projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c89d6
)
Actually print the path as a string
author
David Barksdale
<amatus@amat.us>
Thu, 28 Dec 2017 18:14:38 +0000
(12:14 -0600)
committer
David Barksdale
<amatus@amat.us>
Thu, 28 Dec 2017 18:15:16 +0000
(12:15 -0600)
src/cadet/gnunet-service-cadet_peer.c
patch
|
blob
|
history
diff --git
a/src/cadet/gnunet-service-cadet_peer.c
b/src/cadet/gnunet-service-cadet_peer.c
index 71c7c67d0c11af201e23b08dd201720eb82719f0..da78a03c400a0e2d680b9273c1fbc63d83614e52 100644
(file)
--- 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;