mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Log full stack trace if loading a QDN resource fails due to a DataException.
This commit is contained in:
@@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user