#87 - include full exception trace when logging transport death

This commit is contained in:
Shikhar Bhushan
2012-10-21 01:45:13 +05:30
parent f3d4707ef0
commit a8cf749d95

View File

@@ -567,7 +567,7 @@ public final class TransportImpl
try {
if (!close.isSet()) {
log.error("Dying because - {}", ex.toString());
log.error("Dying because - {}", ex);
final SSHException causeOfDeath = SSHException.chainer.chain(ex);