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: fix debug statement


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix debug statement.
Date: Tue, 25 Sep 2018 12:00:49 +0200

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 dd298986 fix debug statement.
dd298986 is described below

commit dd298986171a47934ceeb52455c51f7ffaa1afe9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Sep 25 12:00:25 2018 +0200

    fix debug statement.
---
 src/exchange-lib/exchange_api_handle.c        | 2 +-
 src/exchange-lib/testing_api_cmd_check_keys.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/exchange-lib/exchange_api_handle.c 
b/src/exchange-lib/exchange_api_handle.c
index 4a3c843d..5459bfa4 100644
--- a/src/exchange-lib/exchange_api_handle.c
+++ b/src/exchange-lib/exchange_api_handle.c
@@ -833,7 +833,7 @@ keys_completed_cb (void *cls,
   struct TALER_EXCHANGE_Keys kd_old;
   enum TALER_EXCHANGE_VersionCompatibility vc;
 
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Received keys from URL `%s' with status %ld.\n",
               kr->url,
               response_code);
diff --git a/src/exchange-lib/testing_api_cmd_check_keys.c 
b/src/exchange-lib/testing_api_cmd_check_keys.c
index 8d91d3ec..e478ff8b 100644
--- a/src/exchange-lib/testing_api_cmd_check_keys.c
+++ b/src/exchange-lib/testing_api_cmd_check_keys.c
@@ -80,6 +80,8 @@ check_keys_run (void *cls,
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                 "Triggering /keys dl, cmd `%s'\n",
                 cmd->label);
+
+    /* Means re-download /keys.  */
     GNUNET_break (0 == TALER_EXCHANGE_check_keys_current
       (cks->exchange, GNUNET_YES).abs_value_us);
     return;

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



reply via email to

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