forked from MagicBane/Server
Update to console output.
parent
b3ba8f5c9f
commit
c3f059c7fc
|
|
@ -64,7 +64,8 @@ public enum MapLoader {
|
||||||
|
|
||||||
timeToLoad = System.currentTimeMillis() - timeToLoad;
|
timeToLoad = System.currentTimeMillis() - timeToLoad;
|
||||||
|
|
||||||
Logger.info( bytesRead + "Realm imageMNap pixels processed in " + timeToLoad / 1000 + " seconds");
|
Logger.info(bytesRead + " pixels processed in " + timeToLoad / 1000 + " seconds");
|
||||||
|
Logger.info(realmsWritten + " realm pixels written ");
|
||||||
return realmMap;
|
return realmMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue