From 3368e64ea2c577cc5e6d4274d00cf6ec1641e063 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Jan 2012 13:34:45 +0000 Subject: -fixing compile errors in tests --- src/datastore/test_plugin_datastore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastore/test_plugin_datastore.c') diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c index ca894ff33..ea9e85d70 100644 --- a/src/datastore/test_plugin_datastore.c +++ b/src/datastore/test_plugin_datastore.c @@ -344,7 +344,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)); -- cgit v1.2.3