aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index a88dd0c20..03939cee3 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -191,7 +191,7 @@ check_value (void *cls, const struct GNUNET_HashCode * key, size_t size,
191 return; 191 return;
192 } 192 }
193#if 0 193#if 0
194 FPRINTF (stderr, 194 FPRINTF (stderr,
195 "Check value got `%s' of size %u, type %d, expire %s\n", 195 "Check value got `%s' of size %u, type %d, expire %s\n",
196 GNUNET_h2s (key), (unsigned int) size, type, 196 GNUNET_h2s (key), (unsigned int) size, type,
197 GNUNET_STRINGS_absolute_time_to_string (expiration)); 197 GNUNET_STRINGS_absolute_time_to_string (expiration));
@@ -464,7 +464,7 @@ run_tests (void *cls, int32_t success, struct GNUNET_TIME_Absolute min_expiratio
464 464
465 465
466static void 466static void
467run (void *cls, 467run (void *cls,
468 const struct GNUNET_CONFIGURATION_Handle *cfg, 468 const struct GNUNET_CONFIGURATION_Handle *cfg,
469 struct GNUNET_TESTING_Peer *peer) 469 struct GNUNET_TESTING_Peer *peer)
470{ 470{