aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-20 13:00:00 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-20 13:00:00 +0100
commit443a0405e306c3e997979cc7ebdce9e5063d2d10 (patch)
tree8e09d0238d0ea7fdf4c53085c24f8ab8868fdeea
parent39277c433a0eeea4cd3cbfa56c2cc51f45a2cac7 (diff)
downloadexchange-443a0405e306c3e997979cc7ebdce9e5063d2d10.tar.xz
-improve logging
-rw-r--r--src/exchange/taler-exchange-wirewatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index f4e2d8a00..ce403d64a 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: