From 3d97cc0d1b93fd0ee2deb2440b3c3a59bfa506ed Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 26 Feb 2012 14:09:05 +0000 Subject: [PATCH] -usually should print nothing --- src/util/test_peer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/test_peer.c b/src/util/test_peer.c index 9bf443600..2a4840102 100644 --- a/src/util/test_peer.c +++ b/src/util/test_peer.c @@ -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 @@ generatePeerIdList () { 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 } -- 2.25.1