Logging configured map path.

This commit is contained in:
2023-07-23 08:22:17 -04:00
parent c9f1fcbf51
commit 6eecf28a64
+2
View File
@@ -67,6 +67,8 @@ public enum MapLoader {
timeToLoad = System.currentTimeMillis() - timeToLoad;
Logger.info("Realmmap: " + mapPath);
Logger.info(bytesRead + " pixels processed in " + timeToLoad + " milis");
Logger.info(realmsWritten + " realm pixels written ");
return realmMap;