Change a _d() introduced in previous commits to possily avoid crashes

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-03-06 14:04:47 -03:00
parent 2faf79e6e3
commit a252f5b7f8
2 changed files with 6 additions and 6 deletions

View File

@@ -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}