From 4059eb573316d13bfac6c5d9eeaa42ee26a8d521 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Mar 2015 15:42:20 +0000 Subject: [PATCH] -proper log message --- src/util/helper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/helper.c b/src/util/helper.c index 42f2fc487..61bda2bb4 100644 --- a/src/util/helper.c +++ b/src/util/helper.c @@ -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); } -- 2.25.1