From 3d7fefedc9ba60bd8e8448efe8b628446d958536 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Aug 2013 21:21:56 +0000 Subject: changing time measurement from milliseconds to microseconds --- src/gns/plugin_block_gns.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gns/plugin_block_gns.c') diff --git a/src/gns/plugin_block_gns.c b/src/gns/plugin_block_gns.c index ffc38c99b..4d12f02df 100644 --- a/src/gns/plugin_block_gns.c +++ b/src/gns/plugin_block_gns.c @@ -166,11 +166,12 @@ block_plugin_gns_evaluate (void *cls, enum GNUNET_BLOCK_Type type, record_match++; } } - et.abs_value = exp; + et.abs_value_us = exp; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Verifying signature of %d records for name %s with expiration of %u\n", - rd_count, name, et.abs_value); + "Verifying signature of %d records for name %s with expiration of %s\n", + rd_count, name, + GNUNET_STRINGS_absolute_time_to_string (et)); if (GNUNET_OK != GNUNET_NAMESTORE_verify_signature (&nrb->public_key, -- cgit v1.2.3