From 502bbeb21b78e7a36152a73d7525b314427cb8ab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Jan 2012 09:51:58 +0000 Subject: [PATCH] -fix --- src/datastore/perf_plugin_datastore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.25.1