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:
87ee0e5
)
cleaner
author
Christian Grothoff
<christian@grothoff.org>
Sun, 5 Jun 2011 16:56:24 +0000
(16:56 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 5 Jun 2011 16:56:24 +0000
(16:56 +0000)
src/peerinfo/peerinfo_api.c
patch
|
blob
|
history
diff --git
a/src/peerinfo/peerinfo_api.c
b/src/peerinfo/peerinfo_api.c
index dbaecb81e0e11fe52505bc41828bd730a2872423..95745a2bd7fc524ee606fd66a490b5ab33cb0d14 100644
(file)
--- a/
src/peerinfo/peerinfo_api.c
+++ b/
src/peerinfo/peerinfo_api.c
@@
-385,9
+385,11
@@
peerinfo_handler (void *cls, const struct GNUNET_MessageHeader *msg)
ic->h->in_receive = GNUNET_NO;
if (msg == NULL)
{
- char * err_msg;
- GNUNET_asprintf(&err_msg,_("Failed to receive response from `%s' service.\n"),"PEERINFO");
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,err_msg);
+ char *err_msg;
+ GNUNET_asprintf(&err_msg,
+ _("Failed to receive response from `%s' service."),
+ "PEERINFO");
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "%s\n", err_msg);
reconnect (ic->h);
trigger_transmit (ic->h);
if (ic->timeout_task != GNUNET_SCHEDULER_NO_TASK)