src: update IndexedStorageChunkStorageProvider

This commit is contained in:
luk
2026-01-27 20:21:05 +00:00
parent d579fee4e0
commit 49960726f8

View File

@@ -246,7 +246,7 @@ public class IndexedStorageChunkStorageProvider implements IChunkStorageProvider
LOGGER.at(Level.WARNING).withCause(e).log("Failed to close idle region file %d.%d", regionX, regionZ);
}
} else {
LOGGER.at(Level.INFO).log("Region %d not idle: lastAccess=%dms ago, activeOps=%d, threshold=%dms",
LOGGER.at(Level.FINE).log("Region %d not idle: lastAccess=%dms ago, activeOps=%d, threshold=%dms",
regionKey, idleTimeMs, activeOps, IDLE_TIMEOUT_MS);
}
}