Fixed small exception logging problem

This commit is contained in:
Jan Peter Stotz
2017-06-09 10:51:00 +02:00
committed by Jeroen van Erp
parent 7b535a8db3
commit 93bf6c0089

View File

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