mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 11:32:32 +00:00
Log full IOException stacktrace when obtaining Pirate Chain libraries.
This commit is contained in:
parent
4140546afb
commit
bb1593efd2
@ -209,7 +209,7 @@ public class PirateChainWalletController extends Thread {
|
||||
} catch (DataException e) {
|
||||
LOGGER.error("Repository issue when loading Pirate Chain library", e);
|
||||
} catch (IOException e) {
|
||||
LOGGER.error("Error when loading Pirate Chain library: {}", e.getMessage());
|
||||
LOGGER.error("Error when loading Pirate Chain library", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user