- added check against statistics
[oweals/gnunet.git] / src / datastore / test_plugin_datastore.c
index ca894ff33d178eb46a29e3f752a7fd75d11b63a8..16fe40ceba299f6f380629b48b55217823425870 100644 (file)
@@ -28,7 +28,7 @@
 #include "gnunet_protocols.h"
 #include "gnunet_datastore_plugin.h"
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 /**
  * Number of put operations to perform.
@@ -344,7 +344,7 @@ run (void *cls, char *const *args, const char *cfgfile,
   if (api == NULL)
   {
     FPRINTF (stderr,
-             "Could not initialize plugin, assuming database not configured. Test not run!\n", NULL);
+             "%s", "Could not initialize plugin, assuming database not configured. Test not run!\n");
     return;
   }
   crc = GNUNET_malloc (sizeof (struct CpsRunContext));