aboutsummaryrefslogtreecommitdiff
path: root/src/util/helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 19:40:20 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 19:40:20 +0000
commit4c23840a1c6dc4b370dfaccecad9529ab12e7eb2 (patch)
tree62009ec6c3eebd74d3f02e74360ab53e4f44ab34 /src/util/helper.c
parent9cefd9c5522797b132749ca7d99a930007d28347 (diff)
downloadgnunet-4c23840a1c6dc4b370dfaccecad9529ab12e7eb2.tar.gz
gnunet-4c23840a1c6dc4b370dfaccecad9529ab12e7eb2.zip
improving PO set
Diffstat (limited to 'src/util/helper.c')
-rw-r--r--src/util/helper.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index b88789b9d..03e71585c 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -276,8 +276,8 @@ helper_read (void *cls,
276 { 276 {
277 /* this happens if the helper is shut down via a 277 /* this happens if the helper is shut down via a
278 signal, so it is not a "hard" error */ 278 signal, so it is not a "hard" error */
279 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 279 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
280 _("Got 0 bytes from helper `%s' (EOF)\n"), 280 "Got 0 bytes from helper `%s' (EOF)\n",
281 h->binary_name); 281 h->binary_name);
282 if (NULL != h->exp_cb) 282 if (NULL != h->exp_cb)
283 { 283 {
@@ -292,8 +292,8 @@ helper_read (void *cls,
292 &restart_task, h); 292 &restart_task, h);
293 return; 293 return;
294 } 294 }
295 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 295 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
296 _("Got %u bytes from helper `%s'\n"), 296 "Got %u bytes from helper `%s'\n",
297 (unsigned int) t, 297 (unsigned int) t,
298 h->binary_name); 298 h->binary_name);
299 h->read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL, 299 h->read_task = GNUNET_SCHEDULER_add_read_file (GNUNET_TIME_UNIT_FOREVER_REL,
@@ -339,8 +339,8 @@ start_helper (struct GNUNET_HELPER_Handle *h)
339 &restart_task, h); 339 &restart_task, h);
340 return; 340 return;
341 } 341 }
342 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 342 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
343 _("Starting HELPER process `%s'\n"), 343 "Starting HELPER process `%s'\n",
344 h->binary_name); 344 h->binary_name);
345 h->fh_from_helper = 345 h->fh_from_helper =
346 GNUNET_DISK_pipe_handle (h->helper_out, GNUNET_DISK_PIPE_END_READ); 346 GNUNET_DISK_pipe_handle (h->helper_out, GNUNET_DISK_PIPE_END_READ);