gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Debug


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Debug
Date: Wed, 27 Mar 2019 13:17:16 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 201d9e31 Debug
201d9e31 is described below

commit 201d9e315ae2ef07a83b4b86860b2411a3e58062
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 27 13:17:05 2019 +0100

    Debug
---
 src/exchange-tools/taler-exchange-keyup.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index f51ff961..caa685a3 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -818,15 +818,25 @@ exchange_keys_update_cointype (void *cls,
 
   while (p.anchor.abs_value_us < lookahead_sign_stamp.abs_value_us)
   {
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                "Future time not covered yet for type `%s': %s\n",
+                coin_alias,
+                GNUNET_STRINGS_relative_time_to_string
+                  (GNUNET_TIME_absolute_get_difference (p.anchor,
+                                                        lookahead_sign_stamp),
+                                                        GNUNET_NO));
+
     dkf = get_cointype_file (&p,
                              p.anchor);
     GNUNET_break (GNUNET_YES !=
                   GNUNET_DISK_file_test (dkf));
+
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                 "Generating denomination key for type `%s', start %s at %s\n",
                 coin_alias,
                 GNUNET_STRINGS_absolute_time_to_string (p.anchor),
                 dkf);
+
     create_denomkey_issue (&p,
                            &denomkey_issue);
     if (GNUNET_OK !=

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]