mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 00:00:54 +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 {
|
try {
|
||||||
if (!close.isSet()) {
|
if (!close.isSet()) {
|
||||||
|
|
||||||
log.error("Dying because - {}", ex);
|
log.error("Dying because - {}", ex.getMessage(), ex);
|
||||||
|
|
||||||
final SSHException causeOfDeath = SSHException.chainer.chain(ex);
|
final SSHException causeOfDeath = SSHException.chainer.chain(ex);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user