gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 14/24: -fix test


From: gnunet
Subject: [taler-merchant] 14/24: -fix test
Date: Wed, 17 Nov 2021 12:44:37 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

commit dc5a68932a5803e2687749453aaacf256c340a14
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 4 20:35:10 2021 +0100

    -fix test
---
 src/backend/taler-merchant-httpd_post-tips-ID-pickup.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c 
b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
index 4336462e..c7c28a13 100644
--- a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
+++ b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
@@ -802,6 +802,10 @@ RETRY:
                                 &pc->reserve_priv,
                                 pc->planchets_length,
                                 sigs);
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                "Lookup pickup `%s' resulted in %d\n",
+                GNUNET_h2s (&pc->pickup_id),
+                qs);
     if (qs > GNUNET_DB_STATUS_SUCCESS_ONE_RESULT)
       qs = GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
     if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs)
@@ -810,7 +814,7 @@ RETRY:
 
       for (unsigned int i = 0; i< pc->planchets_length; i++)
       {
-        if (TALER_DENOMINATION_INVALID == sigs[i].cipher)
+        if (TALER_DENOMINATION_INVALID != sigs[i].cipher)
           continue;
         if (! rollback)
         {
@@ -824,6 +828,10 @@ RETRY:
                                                  pc);
           rollback = true;
         }
+        GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                    "Lookup pickup `%s' initiated withdraw #%u\n",
+                    GNUNET_h2s (&pc->pickup_id),
+                    i);
         try_withdraw (pc,
                       exchange_url,
                       &pc->planchets[i],

-- 
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]