mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Add logging to FinalizeNode()
This commit is contained in:
parent
41987aa92f
commit
1530bfc72d
@ -303,6 +303,7 @@ void FinalizeNode(NodeId nodeid, bool& fUpdateConnectionTime) {
|
|||||||
assert(nPreferredDownload == 0);
|
assert(nPreferredDownload == 0);
|
||||||
assert(nPeersWithValidatedDownloads == 0);
|
assert(nPeersWithValidatedDownloads == 0);
|
||||||
}
|
}
|
||||||
|
LogPrint(BCLog::NET, "Cleared nodestate for peer=%d\n", nodeid);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Requires cs_main.
|
// Requires cs_main.
|
||||||
|
Loading…
Reference in New Issue
Block a user