mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-30 05:31:23 +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 {
|
try {
|
||||||
fillCache(IndexCache.getInstance());
|
fillCache(IndexCache.getInstance());
|
||||||
} catch (IOException | DataException e) {
|
} catch (IOException | DataException e) {
|
||||||
LOGGER.error(e.getMessage(), e);
|
LOGGER.warn(e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user