aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-11 21:21:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-11 21:21:56 +0000
commit3d7fefedc9ba60bd8e8448efe8b628446d958536 (patch)
tree61ce41a52cd6e7232cead77818ef265993b2427e /src/datastore/test_plugin_datastore.c
parent4a0398474db197abed243a123fb971fbeeffab4b (diff)
downloadgnunet-3d7fefedc9ba60bd8e8448efe8b628446d958536.tar.gz
gnunet-3d7fefedc9ba60bd8e8448efe8b628446d958536.zip
changing time measurement from milliseconds to microseconds
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;