aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-08 19:54:07 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-08 19:54:07 +0000
commitf403f931fd0dcf6cd78358540cc52f13c8852a4a (patch)
tree7ba5ffc3c20f2610d8854a0697a1668ccc8a281f
parent6623d76dcb3659204935e462a8d0d415c7748a99 (diff)
downloadgnunet-f403f931fd0dcf6cd78358540cc52f13c8852a4a.tar.gz
gnunet-f403f931fd0dcf6cd78358540cc52f13c8852a4a.zip
-log
-rw-r--r--src/util/helper.c3
1 files changed, 3 insertions, 0 deletions
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)
306 &restart_task, h); 306 &restart_task, h);
307 return; 307 return;
308 } 308 }
309 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
310 _("Starting HELPER process `%s'\n"),
311 h->binary_name);
309 h->fh_from_helper = 312 h->fh_from_helper =
310 GNUNET_DISK_pipe_handle (h->helper_out, GNUNET_DISK_PIPE_END_READ); 313 GNUNET_DISK_pipe_handle (h->helper_out, GNUNET_DISK_PIPE_END_READ);
311 h->fh_to_helper = 314 h->fh_to_helper =