aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 17:44:37 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 17:44:37 +0000
commit2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff (patch)
treed7be06a884bbd627ad28929f84d876ddaf1ef565 /src/conversation
parent3024eeff65e292dd75ec0104a3b22f1e8108f86b (diff)
downloadgnunet-2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff.tar.gz
gnunet-2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff.zip
-add newline
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/conversation_api.c5
-rw-r--r--src/conversation/gnunet-conversation.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index 130358613..72437f428 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -324,8 +324,11 @@ phone_error_handler (void *cls,
324 enum GNUNET_MQ_Error error) 324 enum GNUNET_MQ_Error error)
325{ 325{
326 struct GNUNET_CONVERSATION_Phone *phone = cls; 326 struct GNUNET_CONVERSATION_Phone *phone = cls;
327 327
328 GNUNET_break (0); 328 GNUNET_break (0);
329 FPRINTF (stderr,
330 _("Internal error %d\n"),
331 error);
329 reconnect_phone (phone); 332 reconnect_phone (phone);
330} 333}
331 334
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index f3fcb0b1e..ba971049f 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -523,7 +523,7 @@ do_address (const char *args)
523 return; 523 return;
524 } 524 }
525 FPRINTF (stdout, 525 FPRINTF (stdout,
526 "%s", 526 "%s\n",
527 address); 527 address);
528} 528}
529 529