be less verbose
authorChristian Grothoff <christian@grothoff.org>
Sun, 15 Nov 2009 18:35:05 +0000 (18:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 15 Nov 2009 18:35:05 +0000 (18:35 +0000)
src/testing/test_testing_connect.c
src/testing/testing.c

index ade3fed11eb524f9568588289d57655e9005e11e..c243cb1d73392db4d3e79125cce2c3e7396b7a59 100644 (file)
@@ -24,7 +24,7 @@
 #include "platform.h"
 #include "gnunet_testing_lib.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 
 /**
index 4e224a4848b5f1bb85e6a05a99ce5300b1a6962c..8604e90ed0366069c47cdd8531aeea2360e1acfb 100644 (file)
@@ -712,9 +712,11 @@ void GNUNET_TESTING_daemon_stop (struct GNUNET_TESTING_Daemon *d,
       d->server = NULL;
     }
   /* shutdown ARM process (will also terminate others) */
+#if DEBUG_TESTING
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              _("Terminating peer `%4s'\n"),
              GNUNET_i2s(&d->id));
+#endif
   cc = GNUNET_CLIENT_connect (d->sched,
                              "arm",
                              d->cfg);