handling replies continuously from server
[oweals/gnunet.git] / src / datastore / perf_plugin_datastore.c
index 6106b11cbcfedfe59c5737412cc41a8b7d229150..186037429507390065d8ab986d2a5bbc06a718bc 100644 (file)
@@ -29,7 +29,7 @@
 #include "gnunet_datastore_plugin.h"
 #include <gauger.h>
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 /**
  * Target datastore size (in bytes).  Realistic sizes are
@@ -442,7 +442,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));