lightly formatted message in console

This commit is contained in:
Maxmtg
2013-03-20 21:08:37 +00:00
parent 1fb5479e4f
commit b87e64ee05

View File

@@ -234,7 +234,7 @@ public class CardStorageReader {
long fs = sw.getSplitTime();
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;
}