From 5c21e6c6d3843232f384079837da1d9fae573b8d Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 5 Apr 2018 10:17:32 -0400 Subject: [logging] Comment all continuing logs. Most logs should terminated with a '\n'. Some logs are built up over multiple calls to logPrintf(), so do not need a newline terminater. Comment all of these 'continued' logs as a linter hing. --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet') diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index dbc1760c80..59fdae9035 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3076,7 +3076,7 @@ bool CWallet::CommitTransaction(CTransactionRef tx, mapValue_t mapValue, std::ve wtxNew.fTimeReceivedIsTxTime = true; wtxNew.fFromMe = true; - LogPrintf("CommitTransaction:\n%s", wtxNew.tx->ToString()); + LogPrintf("CommitTransaction:\n%s", wtxNew.tx->ToString()); /* Continued */ { // Take key pair from key pool so it won't be used again reservekey.KeepKey(); -- cgit v1.2.3