fix debug statement.

This commit is contained in:
Marcello Stanisci 2018-09-25 12:00:25 +02:00
parent 78ebba7276
commit dd29898617
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -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;