aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/datastore/perf_plugin_datastore.c2
1 files changed, 1 insertions, 1 deletions
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,
442 if (api == NULL) 442 if (api == NULL)
443 { 443 {
444 FPRINTF (stderr, 444 FPRINTF (stderr,
445 "Could not initialize plugin, assuming database not configured. Test not run!\n", NULL); 445 "%s", "Could not initialize plugin, assuming database not configured. Test not run!\n");
446 return; 446 return;
447 } 447 }
448 crc = GNUNET_malloc (sizeof (struct CpsRunContext)); 448 crc = GNUNET_malloc (sizeof (struct CpsRunContext));