From ff7e8fe0aabcc43f1795aa8fd004da1ccb44f2db Mon Sep 17 00:00:00 2001 From: tecnovert Date: Sun, 7 Jan 2024 09:12:59 +0200 Subject: [PATCH] Add coin name to getWalletInfo failed warning. --- basicswap/basicswap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/basicswap.py b/basicswap/basicswap.py index 76b7896..8e9eb85 100644 --- a/basicswap/basicswap.py +++ b/basicswap/basicswap.py @@ -6505,7 +6505,7 @@ class BasicSwap(BaseApp): return rv except Exception as e: - self.log.warning('getWalletInfo failed with: %s', str(e)) + self.log.warning('getWalletInfo for %s failed with: %s', ci.coin_name(), str(e)) def addWalletInfoRecord(self, coin, info_type, wi) -> None: coin_id = int(coin)