aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 17:47:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 17:47:51 +0000
commit841cea6d5273819496550a49a611faf11612740e (patch)
tree7c994f6fdb5d4f3f594602af5304afc65396c5ee /src/conversation/conversation_api.c
parent2baebd8ed9eb2300ef2ed4d3b5de99c0397cd9ff (diff)
downloadgnunet-841cea6d5273819496550a49a611faf11612740e.tar.gz
gnunet-841cea6d5273819496550a49a611faf11612740e.zip
-logging, autostart
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