- implementented string to address
[oweals/gnunet.git] / src / block / test_block.c
index f7a3422e0d2cb7b50a77c2df0d839ae5aa6a8115..e57b891ad34110ad00f78848846a41b97edc6d07 100644 (file)
@@ -25,7 +25,7 @@
 #include "platform.h"
 #include "gnunet_block_lib.h"
 
-#define DEBUG GNUNET_NO
+#define DEBUG GNUNET_EXTRA_LOGGING
 
 #define VERBOSE GNUNET_NO
 
@@ -72,6 +72,6 @@ main (int argc, char *argv[])
   GNUNET_BLOCK_context_destroy (ctx);
   GNUNET_CONFIGURATION_destroy (cfg);
   if (ret != 0)
-    fprintf (stderr, "Tests failed: %d\n", ret);
+    FPRINTF (stderr, "Tests failed: %d\n", ret);
   return ret;
 }