mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
if icon cache is corrupted - log as debug instead of error
GitOrigin-RevId: 8a50eaedddbc54da889d6c5b9566be9470b8dd5e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fbd594864d
commit
42ea61fe03
@@ -57,7 +57,7 @@ public final class SvgCacheManager {
|
||||
.autoCommitDelay(60_000)
|
||||
.compressHigh();
|
||||
store = storeBuilder.openOrNewOnIoError(dbFile, true, e -> {
|
||||
getLogger().error("Cannot open icon cache database", e);
|
||||
getLogger().debug("Cannot open icon cache database", e);
|
||||
});
|
||||
storeErrorHandler.isStoreOpened = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user