Minor typo fix.

This commit is contained in:
Mike Hearn 2011-12-21 15:54:44 +01:00 committed by Miron Cuperman
parent 9147c1bae5
commit e2885e816e

View file

@ -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;
}