-fix
[oweals/gnunet.git] / src / datacache / test_datacache.c
index ff3640b6fb9d3cf046b95e55a4e12627e3cb76d4..d8d2f05db7d1317dd50c217a5a0d522ce6112185 100644 (file)
@@ -26,7 +26,7 @@
 #include "gnunet_util_lib.h"
 #include "gnunet_datacache_lib.h"
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 #define ASSERT(x) do { if (! (x)) { printf("Error at %s:%d\n", __FILE__, __LINE__); goto FAILURE;} } while (0)
 
@@ -72,7 +72,8 @@ run (void *cls, char *const *args, const char *cfgfile,
   if (h == NULL)
   {
     FPRINTF (stderr,
-             "Failed to initialize datacache.  Database likely not setup, skipping test.\n", NULL);
+             "%s", 
+            "Failed to initialize datacache.  Database likely not setup, skipping test.\n");
     return;
   }
   exp = GNUNET_TIME_absolute_get ();