-fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 8 Jan 2012 09:51:58 +0000 (09:51 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 8 Jan 2012 09:51:58 +0000 (09:51 +0000)
src/datastore/perf_plugin_datastore.c

index 6106b11cbcfedfe59c5737412cc41a8b7d229150..fe5a0a02e16f0536913a698bea2bcae0fa6e4018 100644 (file)
@@ -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));