mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Reduce log spam when in DEBUG mode.
This commit is contained in:
@@ -363,7 +363,7 @@ public class ArbitraryDataReader {
|
||||
}
|
||||
|
||||
// Throw a missing data exception, which allows subsequent layers to fetch data
|
||||
LOGGER.debug(message);
|
||||
LOGGER.trace(message);
|
||||
throw new MissingDataException(message);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user