mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
lightly formatted message in console
This commit is contained in:
@@ -234,7 +234,7 @@ public class CardStorageReader {
|
|||||||
long fs = sw.getSplitTime();
|
long fs = sw.getSplitTime();
|
||||||
sw.stop();
|
sw.stop();
|
||||||
|
|
||||||
System.out.println("Processed " + estimatedFilesRemaining + " file objects in " + sw.getTime() + " ms, (folder scan took " + fs + " ms.)");
|
System.out.println("Processed " + estimatedFilesRemaining + " file objects in " + (sw.getTime() - fs) + " ms, apart from that folder scan took " + fs + " ms.");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user