logging: Replace LogPrint macros with regular functions
This commit is contained in:
parent
4103cc3169
commit
fae3fbd61a
2 changed files with 22 additions and 32 deletions
test/lint
|
@ -20,6 +20,7 @@ FALSE_POSITIVES = [
|
|||
("src/util.cpp", "strprintf(COPYRIGHT_HOLDERS, COPYRIGHT_HOLDERS_SUBSTITUTION)"),
|
||||
("src/wallet/wallet.h", "WalletLogPrintf(std::string fmt, Params... parameters)"),
|
||||
("src/wallet/wallet.h", "LogPrintf((\"%s \" + fmt).c_str(), GetDisplayName(), parameters...)"),
|
||||
("src/logging.h", "LogPrintf(const char* fmt, const Args&... args)"),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue