Skip to content

Commit 1530bfc

Browse files
committed
Add logging to FinalizeNode()
1 parent 41987aa commit 1530bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net_processing.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ void FinalizeNode(NodeId nodeid, bool& fUpdateConnectionTime) {
303303
assert(nPreferredDownload == 0);
304304
assert(nPeersWithValidatedDownloads == 0);
305305
}
306+
LogPrint(BCLog::NET, "Cleared nodestate for peer=%d\n", nodeid);
306307
}
307308

308309
// Requires cs_main.

0 commit comments

Comments
 (0)