Update to console output.

This commit is contained in:
2023-05-15 06:17:16 -04:00
parent c3f059c7fc
commit 3a59df6ac6
+1 -1
View File
@@ -64,7 +64,7 @@ public enum MapLoader {
timeToLoad = System.currentTimeMillis() - timeToLoad;
Logger.info(bytesRead + " pixels processed in " + timeToLoad / 1000 + " seconds");
Logger.info(bytesRead + " pixels processed in " + timeToLoad + " milis");
Logger.info(realmsWritten + " realm pixels written ");
return realmMap;
}