mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-12 02:05:50 +00:00
Log full stack trace if loading a QDN resource fails due to a DataException.
This commit is contained in:
parent
1694d4552e
commit
ff96868bd9
@ -170,6 +170,7 @@ public class ArbitraryDataReader {
|
||||
this.validate();
|
||||
|
||||
} catch (DataException e) {
|
||||
LOGGER.info("DataException when trying to load QDN resource", e);
|
||||
this.deleteWorkingDirectory();
|
||||
throw new DataException(e.getMessage());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user