mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
Minor typo fix.
This commit is contained in:
parent
9147c1bae5
commit
e2885e816e
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ public class Peer {
|
|||
throw new PeerException(e);
|
||||
} catch (RuntimeException e) {
|
||||
disconnect();
|
||||
log.error("unexpected exception in peer loop", e);
|
||||
log.error("unexpected exception in peer loop: ", e.getMessage());
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue