mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
PeerGroup: Log last download peer on shutdown.
This commit is contained in:
@@ -1082,6 +1082,8 @@ public class PeerGroup implements TransactionBroadcaster {
|
||||
try {
|
||||
log.info("Stopping ...");
|
||||
Stopwatch watch = Stopwatch.createStarted();
|
||||
// The log output this creates can be useful.
|
||||
setDownloadPeer(null);
|
||||
// Blocking close of all sockets.
|
||||
channels.stopAsync();
|
||||
channels.awaitTerminated();
|
||||
|
Reference in New Issue
Block a user