mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Tweak text output again
This commit is contained in:
@@ -4357,7 +4357,7 @@ namespace SabreTools.Helper
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Log the results to screen
|
// Log the results to screen
|
||||||
logger.User(@"For file '" + FileName + @"':
|
logger.User(@"For '" + FileName + @"':
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
||||||
Games found: " + (game == -1 ? Files.Count : game) + @"
|
Games found: " + (game == -1 ? Files.Count : game) + @"
|
||||||
@@ -4399,7 +4399,7 @@ namespace SabreTools.Helper
|
|||||||
break;
|
break;
|
||||||
case StatOutputFormat.None:
|
case StatOutputFormat.None:
|
||||||
default:
|
default:
|
||||||
line = @"For file '" + FileName + @"':
|
line = @"'" + FileName + @"':
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
Uncompressed size: " + Style.GetBytesReadable(TotalSize) + @"
|
||||||
Games found: " + (game == -1 ? Files.Count : game) + @"
|
Games found: " + (game == -1 ? Files.Count : game) + @"
|
||||||
|
|||||||
Reference in New Issue
Block a user