aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-08 09:51:58 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-08 09:51:58 +0000
commit502bbeb21b78e7a36152a73d7525b314427cb8ab (patch)
treefc1b5549e0f523188bf019c40fe2efe7ff5cf2a1 /src/datastore/perf_plugin_datastore.c
parent539be627c009c2f13da19d6ae847168c1f5d496e (diff)
downloadgnunet-502bbeb21b78e7a36152a73d7525b314427cb8ab.tar.gz
gnunet-502bbeb21b78e7a36152a73d7525b314427cb8ab.zip
-fix
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-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));