X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.c;h=72b84be81e29b192e681a7e1bf8acb0ed77f3de3;hp=c2705d26f38bbd82f25b82882aa1f5910901a7d0;hb=731e3f7882e286742af32866cf2dcac1ba9d6a38;hpb=b4f3c497738816693f853fd1161a214158bc14ca diff --git a/stat.c b/stat.c index c2705d26..72b84be8 100644 --- a/stat.c +++ b/stat.c @@ -150,8 +150,8 @@ static void show_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, /* end of the list */ is_last = (j == len - 1); - log_info(" %2.2fth=%u%c", plist[j], plat_idx_to_val(i), - (is_last? '\n' : ',')); + log_info(" %2.2fth=%u%c", plist[j].u.f, + plat_idx_to_val(i), (is_last? '\n' : ',')); if (is_last) break;