gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r20036 - gnunet/src/util
Date: Sun, 26 Feb 2012 15:09:05 +0100

Author: grothoff
Date: 2012-02-26 15:09:05 +0100 (Sun, 26 Feb 2012)
New Revision: 20036

Modified:
   gnunet/src/util/test_peer.c
Log:
-usually should print nothing

Modified: gnunet/src/util/test_peer.c
===================================================================
--- gnunet/src/util/test_peer.c 2012-02-26 14:07:38 UTC (rev 20035)
+++ gnunet/src/util/test_peer.c 2012-02-26 14:09:05 UTC (rev 20036)
@@ -29,7 +29,7 @@
 
 #define NUMBER_OF_PEERS 10
 
-#define DEBUG GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 /**
  * A list of Peer ID's to play with
@@ -46,7 +46,7 @@
   {
     GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK,
                                       &pidArr[i].hashPubKey);
-#if DEBUG
+#if VERBOSE
     printf ("Peer %d: %s\n", i, GNUNET_i2s (&pidArr[i]));
 #endif
   }




reply via email to

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