aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/test_peer.c4
1 files 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 @@
29 29
30#define NUMBER_OF_PEERS 10 30#define NUMBER_OF_PEERS 10
31 31
32#define DEBUG GNUNET_EXTRA_LOGGING 32#define VERBOSE GNUNET_NO
33 33
34/** 34/**
35 * A list of Peer ID's to play with 35 * A list of Peer ID's to play with
@@ -46,7 +46,7 @@ generatePeerIdList ()
46 { 46 {
47 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, 47 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK,
48 &pidArr[i].hashPubKey); 48 &pidArr[i].hashPubKey);
49#if DEBUG 49#if VERBOSE
50 printf ("Peer %d: %s\n", i, GNUNET_i2s (&pidArr[i])); 50 printf ("Peer %d: %s\n", i, GNUNET_i2s (&pidArr[i]));
51#endif 51#endif
52 } 52 }