mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 16:18:05 +03:00
#87 - include full exception trace when logging transport death
This commit is contained in:
@@ -567,7 +567,7 @@ public final class TransportImpl
|
|||||||
try {
|
try {
|
||||||
if (!close.isSet()) {
|
if (!close.isSet()) {
|
||||||
|
|
||||||
log.error("Dying because - {}", ex.toString());
|
log.error("Dying because - {}", ex);
|
||||||
|
|
||||||
final SSHException causeOfDeath = SSHException.chainer.chain(ex);
|
final SSHException causeOfDeath = SSHException.chainer.chain(ex);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user