mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Fixed wrong log level
This commit is contained in:
parent
8a0dd83ec7
commit
1da2c3bd58
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class ZoneManager {
|
||||||
File metaFile = new File(zoneDir, "metablocks.json");
|
File metaFile = new File(zoneDir, "metablocks.json");
|
||||||
mapper.writerWithDefaultPrettyPrinter().writeValue(metaFile, zone.getMetaBlocks());
|
mapper.writerWithDefaultPrettyPrinter().writeValue(metaFile, zone.getMetaBlocks());
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
logger.info("Zone save failure. id: {}", id, e);
|
logger.error("Zone save failure. id: {}", id, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
zone.saveModifiedChunks(); // TODO
|
zone.saveModifiedChunks(); // TODO
|
||||||
|
|
Loading…
Add table
Reference in a new issue