From: Christian Grothoff Date: Sun, 8 Jan 2012 09:51:58 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~15368 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=502bbeb21b78e7a36152a73d7525b314427cb8ab;p=oweals%2Fgnunet.git -fix --- diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index 6106b11cb..fe5a0a02e 100644 --- a/src/datastore/perf_plugin_datastore.c +++ b/src/datastore/perf_plugin_datastore.c @@ -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));