Log full IOException stacktrace when obtaining Pirate Chain libraries.

This commit is contained in:
CalDescent 2022-08-20 09:47:37 +01:00
parent 4140546afb
commit bb1593efd2

View File

@ -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);
}
}