logging: Replace LogPrint macros with regular functions

This commit is contained in:
MarcoFalke 2018-09-12 11:21:01 -04:00
parent 4103cc3169
commit fae3fbd61a
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
2 changed files with 22 additions and 32 deletions

View file

@ -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)"),
]