summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-09-25 12:00:25 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-09-25 12:00:25 +0200
commitdd298986171a47934ceeb52455c51f7ffaa1afe9 (patch)
tree1123db010b80cf249181adb5923051878a4f7d1d
parent78ebba7276e96f916e7e890180bb53666e4e94dc (diff)
downloadexchange-dd298986171a47934ceeb52455c51f7ffaa1afe9.tar.gz
exchange-dd298986171a47934ceeb52455c51f7ffaa1afe9.tar.bz2
exchange-dd298986171a47934ceeb52455c51f7ffaa1afe9.zip
fix debug statement.
-rw-r--r--src/exchange-lib/exchange_api_handle.c2
-rw-r--r--src/exchange-lib/testing_api_cmd_check_keys.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c
index 4a3c843d8..5459bfa44 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 8d91d3ece..e478ff8bb 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;