gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19066 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r19066 - gnunet/src/datastore
Date: Sun, 8 Jan 2012 10:51:58 +0100

Author: grothoff
Date: 2012-01-08 10:51:58 +0100 (Sun, 08 Jan 2012)
New Revision: 19066

Modified:
   gnunet/src/datastore/perf_plugin_datastore.c
Log:
-fix

Modified: gnunet/src/datastore/perf_plugin_datastore.c
===================================================================
--- gnunet/src/datastore/perf_plugin_datastore.c        2012-01-08 09:23:47 UTC 
(rev 19065)
+++ gnunet/src/datastore/perf_plugin_datastore.c        2012-01-08 09:51:58 UTC 
(rev 19066)
@@ -442,7 +442,7 @@
   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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]