From: Christian Grothoff Date: Sun, 8 Mar 2015 15:42:20 +0000 (+0000) Subject: -proper log message X-Git-Tag: initial-import-from-subversion-38251~2222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4059eb573316d13bfac6c5d9eeaa42ee26a8d521;p=oweals%2Fgnunet.git -proper log message --- 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); }