forked from Qortal/qortal
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) {
|
} catch (DataException e) {
|
||||||
LOGGER.error("Repository issue when loading Pirate Chain library", e);
|
LOGGER.error("Repository issue when loading Pirate Chain library", e);
|
||||||
} catch (IOException 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