mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Print stats to STDERR.
This commit is contained in:
@@ -13730,10 +13730,10 @@ sub main {
|
||||
);
|
||||
$stats{$stat} = 0; # Reset for next iteration.
|
||||
}
|
||||
print "\n" . $report->get_report();
|
||||
print STDERR "\n" . $report->get_report();
|
||||
}
|
||||
else {
|
||||
print "\n# No statistics values.\n";
|
||||
print STDERR "\n# No statistics values.\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user