forked from jasder/antlr
Fix format specifier
This commit is contained in:
parent
1430873fdf
commit
1a0534ae3f
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue