mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Print stats to STDERR.
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user