fix debug statement.
This commit is contained in:
parent
78ebba7276
commit
dd29898617
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user