aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_plugin_datastore.c')
-rw-r--r--src/datastore/test_plugin_datastore.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c
index adfacef0c..3efd7b4ce 100644
--- a/src/datastore/test_plugin_datastore.c
+++ b/src/datastore/test_plugin_datastore.c
@@ -158,8 +158,9 @@ iterate_one_shot (void *cls, const struct GNUNET_HashCode * key, uint32_t size,
158 guid = uid; 158 guid = uid;
159 crc->phase++; 159 crc->phase++;
160 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 160 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
161 "Found result type=%u, priority=%u, size=%u, expire=%llu, key %s\n", 161 "Found result type=%u, priority=%u, size=%u, expire=%s, key %s\n",
162 type, priority, size, (unsigned long long) expiration.abs_value, 162 type, priority, size,
163 GNUNET_STRINGS_absolute_time_to_string (expiration),
163 GNUNET_h2s (key)); 164 GNUNET_h2s (key));
164 GNUNET_SCHEDULER_add_now (&test, crc); 165 GNUNET_SCHEDULER_add_now (&test, crc);
165 return GNUNET_OK; 166 return GNUNET_OK;