mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Build, DatFile, Logger] Misc. changes requested by Obiwantje
This commit is contained in:
@@ -4556,7 +4556,9 @@ namespace SabreTools.Helper.Dats
|
|||||||
start = DateTime.Now;
|
start = DateTime.Now;
|
||||||
|
|
||||||
// Order the DATs by hash first to make things easier
|
// Order the DATs by hash first to make things easier
|
||||||
|
logger.User("Sorting input DAT...");
|
||||||
BucketByCRC(false, logger, output: false);
|
BucketByCRC(false, logger, output: false);
|
||||||
|
logger.User("Sorting found files...");
|
||||||
current.BucketByCRC(false, logger, output: false);
|
current.BucketByCRC(false, logger, output: false);
|
||||||
|
|
||||||
// Now loop over and find all files that need to be rebuilt
|
// Now loop over and find all files that need to be rebuilt
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ namespace SabreTools.Helper
|
|||||||
}
|
}
|
||||||
|
|
||||||
TimeSpan span = DateTime.Now.Subtract(_start);
|
TimeSpan span = DateTime.Now.Subtract(_start);
|
||||||
string total = span.ToString(@"hh\:mm\:ss\.fffff");
|
string total = span.ToString(@"hh\:mm\:ss");
|
||||||
if (!_tofile)
|
if (!_tofile)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Total runtime: " + total);
|
Console.WriteLine("Total runtime: " + total);
|
||||||
|
|||||||
Reference in New Issue
Block a user