mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-29 13:11:22 +00:00
reduced index caching errors to warnings, because it is only an error if it continually happens
This commit is contained in:
@@ -53,7 +53,7 @@ public class ArbitraryIndexUtils {
|
||||
try {
|
||||
fillCache(IndexCache.getInstance());
|
||||
} catch (IOException | DataException e) {
|
||||
LOGGER.error(e.getMessage(), e);
|
||||
LOGGER.warn(e.getMessage());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user