-logging, autostart
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 Oct 2013 17:47:51 +0000 (17:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 Oct 2013 17:47:51 +0000 (17:47 +0000)
src/conversation/conversation.conf.in
src/conversation/conversation_api.c

index 82c28e8eb757648def740598de6b3b922abd3226..f1efa03ba2c0ffb2cda5b0e1ac5b5f4febb5afb0 100644 (file)
@@ -1,7 +1,7 @@
 [conversation]
+AUTOSTART = YES
 BINARY = gnunet-service-conversation
 UNIXPATH = /tmp/gnunet-service-conversation.sock
 HOME = $SERVICEHOME
-# PORT = 2106
-# @UNIXONLY@ PORT = 2087
+@UNIXONLY@ PORT = 2106
 
index 72437f428c8a437e4e6bcb1f7ebe2ccc3d59d054..5fc27f0ea89b705b04ef88327c7def90641f848b 100644 (file)
@@ -946,6 +946,9 @@ call_error_handler (void *cls,
   struct GNUNET_CONVERSATION_Call *call = cls;
 
   GNUNET_break (0);
+  FPRINTF (stderr,
+           _("Internal error %d\n"),
+           error);
   reconnect_call (call);
 }