mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
logging: Replace uses of LogPrintfCategory
Replace LogPrintfCategory with alternative unconditional log statements.
This commit is contained in:
parent
f7ce5ac08c
commit
e60fc7d5d3
4 changed files with 5 additions and 6 deletions
|
|
@ -4326,7 +4326,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
|
|||
}
|
||||
|
||||
if (received_new_header) {
|
||||
LogPrintfCategory(BCLog::NET, "Saw new cmpctblock header hash=%s peer=%d\n",
|
||||
LogInfo("Saw new cmpctblock header hash=%s peer=%d\n",
|
||||
blockhash.ToString(), pfrom.GetId());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue