aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-08 15:42:20 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-08 15:42:20 +0000
commit4059eb573316d13bfac6c5d9eeaa42ee26a8d521 (patch)
treefa144f340397649ea712b6d48371b6e266e6c7c4 /src/util/helper.c
parent023cf4e2f6a6d50c40e6717fcc67bb598f0f54a9 (diff)
downloadgnunet-4059eb573316d13bfac6c5d9eeaa42ee26a8d521.tar.gz
gnunet-4059eb573316d13bfac6c5d9eeaa42ee26a8d521.zip
-proper log message
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