mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 05:27:17 +00:00
Restore error message that got accidentally taken out.
This commit is contained in:
@@ -221,7 +221,7 @@ public class Peer {
|
||||
disconnect();
|
||||
throw new PeerException(e);
|
||||
} catch (RuntimeException e) {
|
||||
log.error("Unexpected exception in peer loop: ", e.getMessage());
|
||||
log.error("Unexpected exception in peer loop", e);
|
||||
disconnect();
|
||||
throw e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user