aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-03 13:34:45 +0000
commit3368e64ea2c577cc5e6d4274d00cf6ec1641e063 (patch)
treefc5f266f23a30092e086958f9042eb4e113d6621 /src/datacache
parent4c82e28a40c038caef74a1a08ab0df3257615c4b (diff)
downloadgnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.tar.gz
gnunet-3368e64ea2c577cc5e6d4274d00cf6ec1641e063.zip
-fixing compile errors in tests
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/test_datacache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datacache/test_datacache.c b/src/datacache/test_datacache.c
index ff3640b6f..4f106d9e0 100644
--- a/src/datacache/test_datacache.c
+++ b/src/datacache/test_datacache.c
@@ -72,7 +72,8 @@ run (void *cls, char *const *args, const char *cfgfile,
72 if (h == NULL) 72 if (h == NULL)
73 { 73 {
74 FPRINTF (stderr, 74 FPRINTF (stderr,
75 "Failed to initialize datacache. Database likely not setup, skipping test.\n", NULL); 75 "%s",
76 "Failed to initialize datacache. Database likely not setup, skipping test.\n");
76 return; 77 return;
77 } 78 }
78 exp = GNUNET_TIME_absolute_get (); 79 exp = GNUNET_TIME_absolute_get ();