From f19c70bfa65b91d41d4ea1da1778d08bada73232 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 9 Sep 2021 12:36:59 -0400 Subject: [PATCH] Add missing newline to rescan log line --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index bab6fa5c1..4217e3825 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2738,7 +2738,7 @@ int CWallet::ScanForWalletTransactions(CBlockIndex* pindexStart, bool fUpdate) // Build initial witness caches for blocks involving one of our addresses if (involvesMe) { - LogPrintf("%s: block has one of our transactions, building witness cache", __func__); + LogPrintf("%s: block has one of our transactions, building witness cache\n", __func__); BuildWitnessCache(pindex, true); }