gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -better logging


From: gnunet
Subject: [taler-merchant] branch master updated: -better logging
Date: Sun, 28 Jan 2024 18:18:06 +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 eddf1b21 -better logging
eddf1b21 is described below

commit eddf1b211be54925dedf22ee748b019fa471c96b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 28 18:18:04 2024 +0100

    -better logging
---
 src/backend/taler-merchant-wirewatch.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-wirewatch.c 
b/src/backend/taler-merchant-wirewatch.c
index 350d8560..c5fcff7d 100644
--- a/src/backend/taler-merchant-wirewatch.c
+++ b/src/backend/taler-merchant-wirewatch.c
@@ -396,9 +396,9 @@ credit_cb (
     w->delay = GNUNET_TIME_relative_max (GNUNET_TIME_UNIT_MINUTES,
                                          GNUNET_TIME_STD_BACKOFF (w->delay));
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                "Unexpected HTTP status code %u(%d) from bank\n",
-                http_status,
-                ec);
+                "Bank claims account is unknown, waiting for %s before trying 
again\n",
+                GNUNET_TIME_relative2s (w->delay,
+                                        true));
     break;
   default:
     /* Something went wrong, try again, but with back-off */

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