mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Change a _d() introduced in previous commits to possily avoid crashes
This commit is contained in:
@@ -824,9 +824,9 @@ sub _calc_misc_stats {
|
||||
- $delta_for->{ms_spent_doing_io} / $number_of_ios;
|
||||
}
|
||||
else {
|
||||
PTDEBUG && _d("IOS_IN_PROGRESS is [$delta_for->{ios_in_progress}], ",
|
||||
"and the number of ios is [$number_of_ios], going to ",
|
||||
"use 0 as qtime.");
|
||||
PTDEBUG && _d("IOS_IN_PROGRESS is [", $delta_for->{ios_in_progress},
|
||||
"], and the number of ios is [", $number_of_ios,
|
||||
"], going to use 0 as qtime.");
|
||||
$extra_stats{qtime} = 0;
|
||||
}
|
||||
$extra_stats{stime}
|
||||
|
Reference in New Issue
Block a user