From: Christian Grothoff Date: Tue, 8 May 2012 19:54:07 +0000 (+0000) Subject: -log X-Git-Tag: initial-import-from-subversion-38251~13588 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f403f931fd0dcf6cd78358540cc52f13c8852a4a;p=oweals%2Fgnunet.git -log --- 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 =