commit e027e72930686263e0cbdc236f408225426ec247
parent 59650984ed6fb9f49d7b731244457b9bec6dcf96
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 4 Jan 2026 16:37:57 +0100
-cleaner log message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-wirewatch.c b/src/backend/taler-merchant-wirewatch.c
@@ -441,7 +441,7 @@ credit_cb (
/* Something went wrong, try again, but with back-off */
w->delay = GNUNET_TIME_STD_BACKOFF (w->delay);
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- "Unexpected HTTP status code %u(%d) from bank\n",
+ "Unexpected HTTP status code %u(%d) from wire gateway\n",
http_status,
ec);
break;