aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-20 17:20:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-20 17:20:53 +0000
commit219eba94d0b3b946c150ecd2e71d4ceecb887d0d (patch)
tree9d1e6290ae1e0ec484a103fc2d82285c8b0f6a1b /src/util
parentdec4d81455277715f072e98b6793a1a023ccb2db (diff)
downloadgnunet-219eba94d0b3b946c150ecd2e71d4ceecb887d0d.tar.gz
gnunet-219eba94d0b3b946c150ecd2e71d4ceecb887d0d.zip
-debug
Diffstat (limited to 'src/util')
-rw-r--r--src/util/helper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/helper.c b/src/util/helper.c
index 33c4c47cc..bbcd77285 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -259,6 +259,10 @@ helper_read (void *cls,
259 &restart_task, h); 259 &restart_task, h);
260 return; 260 return;
261 } 261 }
262 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
263 _("Got %u bytes from helper `%s'\n"),
264 (unsigned int) t,
265 h->binary_name);
262 if (GNUNET_SYSERR == 266 if (GNUNET_SYSERR ==
263 GNUNET_SERVER_mst_receive (h->mst, NULL, buf, t, GNUNET_NO, GNUNET_NO)) 267 GNUNET_SERVER_mst_receive (h->mst, NULL, buf, t, GNUNET_NO, GNUNET_NO))
264 { 268 {