mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
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(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…
Add table
Add a link
Reference in a new issue