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:
parent
afb732c528
commit
4a45d4a27f
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user