commit aa33f8cae59a8d52d113b41e6331e191b5e9937a
parent 044403701dadd296775215ac85e4bfe0000ebc6c
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 18 Jun 2015 16:46:06 +0200
-log
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/mint/taler-mint-httpd_keystate.c b/src/mint/taler-mint-httpd_keystate.c
@@ -210,6 +210,9 @@ reload_keys_denom_iter (void *cls,
struct TALER_MINTDB_Session *session;
int res;
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "Loading denomination key `%s'\n",
+ alias);
horizon = GNUNET_TIME_relative_to_absolute (TALER_MINT_conf_duration_provide ());
if (GNUNET_TIME_absolute_ntoh (dki->issue.start).abs_value_us >
horizon.abs_value_us)