aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/conversation_api.c')
-rw-r--r--src/conversation/conversation_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index 72437f428..5fc27f0ea 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -946,6 +946,9 @@ call_error_handler (void *cls,
946 struct GNUNET_CONVERSATION_Call *call = cls; 946 struct GNUNET_CONVERSATION_Call *call = cls;
947 947
948 GNUNET_break (0); 948 GNUNET_break (0);
949 FPRINTF (stderr,
950 _("Internal error %d\n"),
951 error);
949 reconnect_call (call); 952 reconnect_call (call);
950} 953}
951 954