gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19289 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r19289 - gnunet/src/util
Date: Fri, 20 Jan 2012 18:20:53 +0100

Author: grothoff
Date: 2012-01-20 18:20:53 +0100 (Fri, 20 Jan 2012)
New Revision: 19289

Modified:
   gnunet/src/util/helper.c
Log:
-debug

Modified: gnunet/src/util/helper.c
===================================================================
--- gnunet/src/util/helper.c    2012-01-20 17:10:46 UTC (rev 19288)
+++ gnunet/src/util/helper.c    2012-01-20 17:20:53 UTC (rev 19289)
@@ -259,6 +259,10 @@
                                    &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))
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]