Skip to content

Commit c4bd31a

Browse files
laanwjPastaPastaPasta
authored andcommitted
Merge bitcoin#10404: doc: Add logging to FinalizeNode()
1530bfc Add logging to FinalizeNode() (Suhas Daftuar) Tree-SHA512: 34bd950eb7830f378d069229c24122e97db68435b313f0de2c8772c2feefdc6db5f4d1f43eeade237ffe91cdef0f1cfe3232e1a37c561a65767f4527b2e2e370
1 parent f2ee6f1 commit c4bd31a

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
@@ -342,6 +342,7 @@ void FinalizeNode(NodeId nodeid, bool& fUpdateConnectionTime) {
342342
assert(nPreferredDownload == 0);
343343
assert(nPeersWithValidatedDownloads == 0);
344344
}
345+
LogPrint(BCLog::NET, "Cleared nodestate for peer=%d\n", nodeid);
345346
}
346347

347348
// Requires cs_main.

0 commit comments

Comments
 (0)