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:
a5d8e8b
)
- find invalid mem access
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 23 May 2012 11:53:42 +0000
(11:53 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 23 May 2012 11:53:42 +0000
(11:53 +0000)
src/transport/gnunet-service-transport.c
patch
|
blob
|
history
diff --git
a/src/transport/gnunet-service-transport.c
b/src/transport/gnunet-service-transport.c
index f029f0efe21933f03713872e3c72060aa5d0539c..93fd0d685acd7957c6290e003da48c16c890b73b 100644
(file)
--- a/
src/transport/gnunet-service-transport.c
+++ b/
src/transport/gnunet-service-transport.c
@@
-230,7
+230,7
@@
plugin_env_receive_callback (void *cls, const struct GNUNET_PeerIdentity *peer,
if (NULL == message)
goto end;
type = ntohs (message->type);
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u
\n", type
);
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received Message with type %u
from peer `%s'\n", type, GNUNET_i2s (peer)
);
GNUNET_STATISTICS_update (GST_stats,
gettext_noop