mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Log full IOException stacktrace when obtaining Pirate Chain libraries.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user