Skip to content

Commit b45a52a

Browse files
committed
Merge #10404: doc: Add logging to FinalizeNode()
1530bfc Add logging to FinalizeNode() (Suhas Daftuar) Tree-SHA512: 34bd950eb7830f378d069229c24122e97db68435b313f0de2c8772c2feefdc6db5f4d1f43eeade237ffe91cdef0f1cfe3232e1a37c561a65767f4527b2e2e370
2 parents 95546c8 + 1530bfc commit b45a52a

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)