gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16903 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r16903 - gnunet/src/dht
Date: Fri, 16 Sep 2011 20:08:53 +0200

Author: grothoff
Date: 2011-09-16 20:08:53 +0200 (Fri, 16 Sep 2011)
New Revision: 16903

Modified:
   gnunet/src/dht/test_dht_twopeer.c
Log:
no useless printfs

Modified: gnunet/src/dht/test_dht_twopeer.c
===================================================================
--- gnunet/src/dht/test_dht_twopeer.c   2011-09-16 18:08:35 UTC (rev 16902)
+++ gnunet/src/dht/test_dht_twopeer.c   2011-09-16 18:08:53 UTC (rev 16903)
@@ -105,7 +105,6 @@
   GNUNET_assert (peer2dht != NULL);
   GNUNET_DHT_disconnect (peer1dht);
   GNUNET_DHT_disconnect (peer2dht);
-  fprintf (stderr, "Testing STOP! - finished\n");
   GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);
   pg = NULL;
   ok = 0;
@@ -120,7 +119,6 @@
   if (peer2dht != NULL)
     GNUNET_DHT_disconnect (peer2dht);
 
-  fprintf (stderr, "Testing STOP - Badly!\n");
   if (pg != NULL)
   {
     GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);




reply via email to

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