commit f87ca74523df0de9f98d730cedca513d05be684c
parent e9f8d268447dd2f1168a9189ec16e96c0fa3deec
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 11 Nov 2019 18:49:24 +0100
log check poll timeout on start
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_check-payment.c b/src/backend/taler-merchant-httpd_check-payment.c
@@ -429,6 +429,10 @@ MH_handler_check_payment (struct TMH_RequestHandler *rh,
{
cprc->sc.long_poll_timeout = GNUNET_TIME_UNIT_ZERO_ABS;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Starting /check-payment processing with timeout %s\n",
+ GNUNET_STRINGS_absolute_time_to_string (
+ cprc->sc.long_poll_timeout));
db->preflight (db->cls);
qs = db->find_contract_terms (db->cls,
&cprc->contract_terms,