forked from Qortal/qortal
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();
|
this.validate();
|
||||||
|
|
||||||
} catch (DataException e) {
|
} catch (DataException e) {
|
||||||
|
LOGGER.info("DataException when trying to load QDN resource", e);
|
||||||
this.deleteWorkingDirectory();
|
this.deleteWorkingDirectory();
|
||||||
throw new DataException(e.getMessage());
|
throw new DataException(e.getMessage());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user