[Build, DatFile, Logger] Misc. changes requested by Obiwantje

This commit is contained in:
Matt Nadareski
2016-10-25 21:03:16 -07:00
parent ed541cf001
commit bb50df0499
3 changed files with 13 additions and 11 deletions

View File

@@ -114,7 +114,7 @@ namespace SabreTools.Helper
}
TimeSpan span = DateTime.Now.Subtract(_start);
string total = span.ToString(@"hh\:mm\:ss\.fffff");
string total = span.ToString(@"hh\:mm\:ss");
if (!_tofile)
{
Console.WriteLine("Total runtime: " + total);