gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -improve logging


From: gnunet
Subject: [taler-exchange] branch master updated: -improve logging
Date: Tue, 20 Dec 2022 13:00:02 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 443a0405 -improve logging
443a0405 is described below

commit 443a0405e306c3e997979cc7ebdce9e5063d2d10
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 20 13:00:00 2022 +0100

    -improve logging
---
 src/exchange/taler-exchange-wirewatch.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index f4e2d8a0..ce403d64 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -923,7 +923,8 @@ process_reply_batched2 (unsigned int batch_size,
       return;
     case GNUNET_DB_STATUS_SOFT_ERROR:
       GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                  "Got DB soft error for batch_reserves_in_insert. Rolling 
back.\n");
+                  "Got DB soft error for batch2_reserves_in_insert (%u). 
Rolling back.\n",
+                  batch_size);
       handle_soft_error ();
       return;
     default:

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