mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 07:10:53 +03:00
Fixed small exception logging problem
This commit is contained in:
committed by
Jeroen van Erp
parent
7b535a8db3
commit
93bf6c0089
@@ -590,7 +590,7 @@ public final class TransportImpl
|
||||
try {
|
||||
if (!close.isSet()) {
|
||||
|
||||
log.error("Dying because - {}", ex);
|
||||
log.error("Dying because - {}", ex.getMessage(), ex);
|
||||
|
||||
final SSHException causeOfDeath = SSHException.chainer.chain(ex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user