Don't dump statistics unless in verbose mode.
This commit is contained in:
parent
3f64b7c8c1
commit
fc0cdc0471
|
@ -65,9 +65,11 @@ int main(int argc, char **argv)
|
|||
if (nerrors == 0)
|
||||
{
|
||||
finishio();
|
||||
statistics();
|
||||
if (verbose)
|
||||
{
|
||||
statistics();
|
||||
hallverbose();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue