From f403f931fd0dcf6cd78358540cc52f13c8852a4a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 8 May 2012 19:54:07 +0000 Subject: [PATCH] -log --- src/util/helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/helper.c b/src/util/helper.c index 146a2e20d..6a84ff3ef 100644 --- a/src/util/helper.c +++ b/src/util/helper.c @@ -306,6 +306,9 @@ start_helper (struct GNUNET_HELPER_Handle *h) &restart_task, h); return; } + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + _("Starting HELPER process `%s'\n"), + h->binary_name); h->fh_from_helper = GNUNET_DISK_pipe_handle (h->helper_out, GNUNET_DISK_PIPE_END_READ); h->fh_to_helper = -- 2.25.1