We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4954a commit 04b848eCopy full SHA for 04b848e
src/net.cpp
@@ -3443,7 +3443,7 @@ void CConnman::StopNodes()
3443
std::vector<CNode*> nodes;
3444
WITH_LOCK(m_nodes_mutex, nodes.swap(m_nodes));
3445
for (CNode* pnode : nodes) {
3446
- LogDebug(BCLog::NET, "%s\n", pnode->DisconnectMsg(fLogIPs));
+ LogDebug(BCLog::NET, "Stopping node, %s", pnode->DisconnectMsg(fLogIPs));
3447
pnode->CloseSocketDisconnect();
3448
DeleteNode(pnode);
3449
}
0 commit comments