From 219eba94d0b3b946c150ecd2e71d4ceecb887d0d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Jan 2012 17:20:53 +0000 Subject: [PATCH] -debug --- src/util/helper.c | 4 ++++ 1 file changed, 4 insertions(+) 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, &restart_task, h); return; } + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + _("Got %u bytes from helper `%s'\n"), + (unsigned int) t, + h->binary_name); if (GNUNET_SYSERR == GNUNET_SERVER_mst_receive (h->mst, NULL, buf, t, GNUNET_NO, GNUNET_NO)) { -- 2.25.1