gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: log check poll timeout on start


From: gnunet
Subject: [taler-merchant] branch master updated: log check poll timeout on start
Date: Mon, 11 Nov 2019 18:49:29 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new f87ca74  log check poll timeout on start
f87ca74 is described below

commit f87ca74523df0de9f98d730cedca513d05be684c
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Nov 11 18:49:24 2019 +0100

    log check poll timeout on start
---
 src/backend/taler-merchant-httpd_check-payment.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_check-payment.c 
b/src/backend/taler-merchant-httpd_check-payment.c
index d235643..1ae0335 100644
--- 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]