aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/helper.c')
-rw-r--r--src/util/helper.c4
1 files changed, 3 insertions, 1 deletions
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,
468 468
469 h->restart_task = NULL; 469 h->restart_task = NULL;
470 h->retry_back_off++; 470 h->retry_back_off++;
471 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%u\n",h->retry_back_off); 471 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
472 "Restarting helper with back-off %u\n",
473 h->retry_back_off);
472 start_helper (h); 474 start_helper (h);
473} 475}
474 476