gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28506 - gnunet/src/util
Date: Sun, 11 Aug 2013 23:55:10 +0200

Author: grothoff
Date: 2013-08-11 23:55:09 +0200 (Sun, 11 Aug 2013)
New Revision: 28506

Modified:
   gnunet/src/util/test_mq_client.c
Log:
-be silent

Modified: gnunet/src/util/test_mq_client.c
===================================================================
--- gnunet/src/util/test_mq_client.c    2013-08-11 21:54:12 UTC (rev 28505)
+++ gnunet/src/util/test_mq_client.c    2013-08-11 21:55:09 UTC (rev 28506)
@@ -49,13 +49,8 @@
          const struct GNUNET_MessageHeader *message)
 {
   received++;
-
-  printf ("received\n");
-
-
   if ((received == 2) && (GNUNET_YES == notify))
   {
-    printf ("done\n");
     GNUNET_SERVER_receive_done (argclient, GNUNET_NO);
     return;
   }
@@ -103,7 +98,6 @@
 {
   /* the notify should only be called once */
   GNUNET_assert (GNUNET_NO == notify);
-  printf ("notify sent\n");
   notify = GNUNET_YES;
 }
 




reply via email to

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