gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35360 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r35360 - gnunet/src/util
Date: Sun, 8 Mar 2015 16:42:20 +0100

Author: grothoff
Date: 2015-03-08 16:42:20 +0100 (Sun, 08 Mar 2015)
New Revision: 35360

Modified:
   gnunet/src/util/helper.c
Log:
-proper log message

Modified: gnunet/src/util/helper.c
===================================================================
--- gnunet/src/util/helper.c    2015-03-08 14:33:42 UTC (rev 35359)
+++ gnunet/src/util/helper.c    2015-03-08 15:42:20 UTC (rev 35360)
@@ -468,7 +468,9 @@
 
   h->restart_task = NULL;
   h->retry_back_off++;
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%u\n",h->retry_back_off);
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO, 
+              "Restarting helper with back-off %u\n",
+              h->retry_back_off);
   start_helper (h);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]