-proper log message
authorChristian Grothoff <christian@grothoff.org>
Sun, 8 Mar 2015 15:42:20 +0000 (15:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 8 Mar 2015 15:42:20 +0000 (15:42 +0000)
src/util/helper.c

index 42f2fc487f7f7febf350db04dbbccc54e64444b9..61bda2bb41ad3426ddbb19863c0aa7e8fe709d19 100644 (file)
@@ -468,7 +468,9 @@ restart_task (void *cls,
 
   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);
 }