3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

Print full backtrace when a wallet extension fails to load.

This commit is contained in:
Mike Hearn 2014-07-23 15:40:14 +02:00
parent afb732c528
commit 4a45d4a27f

View File

@ -484,7 +484,7 @@ public class WalletProtobufSerializer {
if (extProto.getMandatory() && requireMandatoryExtensions)
throw new UnreadableWalletException("Could not parse mandatory extension in wallet: " + id);
else
log.error("Error whilst reading extension {}, ignoring: {}", id, e);
log.error("Error whilst reading extension {}, ignoring", id, e);
}
}
}