Print stats to STDERR.

This commit is contained in:
Daniel Nichter
2013-11-07 17:39:49 -08:00
parent 39dc9c374a
commit 805d07deb7

View File

@@ -13730,10 +13730,10 @@ sub main {
); );
$stats{$stat} = 0; # Reset for next iteration. $stats{$stat} = 0; # Reset for next iteration.
} }
print "\n" . $report->get_report(); print STDERR "\n" . $report->get_report();
} }
else { else {
print "\n# No statistics values.\n"; print STDERR "\n# No statistics values.\n";
} }
} }