Add logging to FinalizeNode()
This commit is contained in:
parent
41987aa92f
commit
1530bfc72d
1 changed files with 1 additions and 0 deletions
|
@ -303,6 +303,7 @@ void FinalizeNode(NodeId nodeid, bool& fUpdateConnectionTime) {
|
|||
assert(nPreferredDownload == 0);
|
||||
assert(nPeersWithValidatedDownloads == 0);
|
||||
}
|
||||
LogPrint(BCLog::NET, "Cleared nodestate for peer=%d\n", nodeid);
|
||||
}
|
||||
|
||||
// Requires cs_main.
|
||||
|
|
Loading…
Reference in a new issue