Fix format specifier

This commit is contained in:
Sam Harwell 2013-02-25 11:25:29 -06:00
parent 1430873fdf
commit 1a0534ae3f
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@
executorServiceHost.Dispose();
Console.Out.WriteLine("Total parse time for {0} files ({1} KB, {2} tokens, checksum 0x{3:8X}): {4}ms",
Console.Out.WriteLine("Total parse time for {0} files ({1} KB, {2} tokens, checksum 0x{3:X8}): {4}ms",
sourceCount,
inputSize / 1024,
Volatile.Read(ref tokenCount),