From: Jens Axboe Date: Thu, 30 Apr 2009 06:07:43 +0000 (+0200) Subject: Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio X-Git-Tag: fio-1.26.2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=0fe2187702d5d65e2b0f47e23824f41572eb4446;hp=fc6bd43c62196441607e6c36ec66bd0e16f9e4ef Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio --- diff --git a/fio.c b/fio.c index 1aba82de..f0665e07 100644 --- a/fio.c +++ b/fio.c @@ -1096,7 +1096,7 @@ static void *thread_main(void *data) if (td->ts.slat_log) { if (td->o.lat_log_file) { finish_log_named(td, td->ts.slat_log, - td->o.lat_log_file, "clat"); + td->o.lat_log_file, "slat"); } else finish_log(td, td->ts.slat_log, "slat"); }