-fixes
[oweals/gnunet.git] / src / util / test_peer.c
index 1729114ff5b4e959e021c726ac5f7ff7730a1cc3..2a4840102cd795aa27660cc114c4b512fe05d7b8 100644 (file)
@@ -29,7 +29,7 @@
 
 #define NUMBER_OF_PEERS 10
 
-#define DEBUG GNUNET_NO
+#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
   }
@@ -69,7 +69,7 @@ check ()
     pid = GNUNET_PEER_intern (&pidArr[i]);
     if (pid != (i + 1))
     {
-      fprintf (stderr, "Unexpected Peer ID returned by intern function\n");
+      FPRINTF (stderr, "%s",  "Unexpected Peer ID returned by intern function\n");
       return 1;
     }
   }
@@ -80,7 +80,7 @@ check ()
     pid = GNUNET_PEER_intern (&pidArr[i]);
     if (pid != (i + 1))
     {
-      fprintf (stderr, "Unexpected Peer ID returned by intern function\n");
+      FPRINTF (stderr, "%s",  "Unexpected Peer ID returned by intern function\n");
       return 1;
     }
   }