gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 02/02: more logging


From: gnunet
Subject: [taler-merchant] 02/02: more logging
Date: Sat, 13 Jan 2024 21:54:56 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit 13977d4545a7a7071e40f6f1114b13049a476947
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 13 21:54:50 2024 +0100

    more logging
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index d5a9f040..3404ea6d 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1293,13 +1293,14 @@ serialize_order (struct OrderContext *oc)
                                       "refund_deadline",
                                       GNUNET_JSON_from_timestamp (
                                         oc->parse_order.refund_deadline)));
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Refund deadline for contact is %llu\n",
-              (unsigned long long) refund_deadline.abs_time.abs_value_us);
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Wallet timestamp for contact is %llu\n",
-              (unsigned long
-               long) oc->parse_order.timestamp.abs_time.abs_value_us);
+  GNUNET_log (
+    GNUNET_ERROR_TYPE_INFO,
+    "Refund deadline for contact is %llu\n",
+    (unsigned long long) 
oc->parse_order.refund_deadline.abs_time.abs_value_us);
+  GNUNET_log (
+    GNUNET_ERROR_TYPE_INFO,
+    "Wallet timestamp for contact is %llu\n",
+    (unsigned long long) oc->parse_order.timestamp.abs_time.abs_value_us);
 
   /* Pack does not work here, because it sets zero-values for relative times */
   /* auto_refund should only be set if it is not 0 */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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