aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_peer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-26 14:09:05 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-26 14:09:05 +0000
commit3d97cc0d1b93fd0ee2deb2440b3c3a59bfa506ed (patch)
tree187b3b7e8ee6fc85380c98d0f1547d7a6b1943fe /src/util/test_peer.c
parent935a143947525fc2ce333970d8007fa85559f82e (diff)
downloadgnunet-3d97cc0d1b93fd0ee2deb2440b3c3a59bfa506ed.tar.gz
gnunet-3d97cc0d1b93fd0ee2deb2440b3c3a59bfa506ed.zip
-usually should print nothing
Diffstat (limited to 'src/util/test_peer.c')
-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 }