aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-kyccheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-kyccheck.c')
-rw-r--r--src/backend/taler-merchant-kyccheck.c18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/backend/taler-merchant-kyccheck.c b/src/backend/taler-merchant-kyccheck.c
index 594683cb..036f33e9 100644
--- a/src/backend/taler-merchant-kyccheck.c
+++ b/src/backend/taler-merchant-kyccheck.c
@@ -35,16 +35,16 @@
* long-polling and do not want to wake up too often.
*/
#define EXCHANGE_TIMEOUT GNUNET_TIME_relative_multiply ( \
- GNUNET_TIME_UNIT_MINUTES, \
- 30)
+ GNUNET_TIME_UNIT_MINUTES, \
+ 30)
/**
* How long do we wait between requests if all we wait
* for is a change in the AML investigation status?
*/
#define AML_FREQ GNUNET_TIME_relative_multiply ( \
- GNUNET_TIME_UNIT_HOURS, \
- 6)
+ GNUNET_TIME_UNIT_HOURS, \
+ 6)
/**
* How frequently do we check for updates to our KYC status
@@ -52,8 +52,8 @@
* frequency, just to ensure we eventually notice.
*/
#define AML_LOW_FREQ GNUNET_TIME_relative_multiply ( \
- GNUNET_TIME_UNIT_DAYS, \
- 7)
+ GNUNET_TIME_UNIT_DAYS, \
+ 7)
/**
* How many inquiries do we process concurrently at most.
@@ -605,6 +605,12 @@ exchange_check_cb (
GNUNET_SCHEDULER_shutdown ();
return;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "account_set_kyc_status (%s, %u, %d) returned %d\n",
+ i->e->keys->exchange_url,
+ i->last_http_status,
+ i->auth_ok,
+ (int) qs);
i->not_first_time = true;
}
GNUNET_log (GNUNET_ERROR_TYPE_INFO,