gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated (0160ac24 -> 13977d45)


From: gnunet
Subject: [taler-merchant] branch master updated (0160ac24 -> 13977d45)
Date: Sat, 13 Jan 2024 21:54:54 +0100

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

grothoff pushed a change to branch master
in repository merchant.

    from 0160ac24 fix #8060
     new 12373dec more logging
     new 13977d45 more logging

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/backend/taler-merchant-httpd_private-post-orders.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 054dd714..3404ea6d 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -977,6 +977,9 @@ check_contract (struct OrderContext *oc)
       "order contained unallowed values");
     return;
   case GNUNET_OK:
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                "Contract hash is %s\n",
+                GNUNET_h2s (&h_control.hash));
     oc->phase++;
     return;
   }
@@ -1290,6 +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) 
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]