|
20 | 20 | ("src/clientversion.cpp", "strprintf(_(COPYRIGHT_HOLDERS).translated, COPYRIGHT_HOLDERS_SUBSTITUTION)"),
|
21 | 21 | ("src/test/translation_tests.cpp", "strprintf(format, arg)"),
|
22 | 22 | ("src/validationinterface.cpp", "LogPrint(BCLog::VALIDATION, fmt \"\\n\", __VA_ARGS__)"),
|
23 |
| - ("src/wallet/wallet.h", "WalletLogPrintf(std::string fmt, Params... parameters)"), |
24 |
| - ("src/wallet/wallet.h", "LogPrintf((\"%s \" + fmt).c_str(), GetDisplayName(), parameters...)"), |
25 |
| - ("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(std::string fmt, Params... parameters)"), |
26 |
| - ("src/wallet/scriptpubkeyman.h", "LogPrintf((\"%s \" + fmt).c_str(), m_storage.GetDisplayName(), parameters...)"), |
| 23 | + ("src/wallet/wallet.h", "WalletLogPrintf(const char* fmt, Params... parameters)"), |
| 24 | + ("src/wallet/wallet.h", "LogPrintf((\"%s \" + std::string{fmt}).c_str(), GetDisplayName(), parameters...)"), |
| 25 | + ("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(const char* fmt, Params... parameters)"), |
| 26 | + ("src/wallet/scriptpubkeyman.h", "LogPrintf((\"%s \" + std::string{fmt}).c_str(), m_storage.GetDisplayName(), parameters...)"), |
27 | 27 | ]
|
28 | 28 |
|
29 | 29 |
|
|
0 commit comments