mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-19 19:01:22 +00:00
reduced index caching errors to warnings, because it is only an error if it continually happens
This commit is contained in:
parent
940c641759
commit
7a7f0e53ac
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user