commit 2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff
parent 3024eeff65e292dd75ec0104a3b22f1e8108f86b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 5 Oct 2013 17:44:37 +0000
-add newline
Diffstat:
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
@@ -324,8 +324,11 @@ phone_error_handler (void *cls,
enum GNUNET_MQ_Error error)
{
struct GNUNET_CONVERSATION_Phone *phone = cls;
-
+
GNUNET_break (0);
+ FPRINTF (stderr,
+ _("Internal error %d\n"),
+ error);
reconnect_phone (phone);
}
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
@@ -523,7 +523,7 @@ do_address (const char *args)
return;
}
FPRINTF (stdout,
- "%s",
+ "%s\n",
address);
}