Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
authorJens Axboe <jens.axboe@oracle.com>
Thu, 30 Apr 2009 06:07:43 +0000 (08:07 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 30 Apr 2009 06:07:43 +0000 (08:07 +0200)
fio.c

diff --git a/fio.c b/fio.c
index 1aba82ded2aed00396f9b76e9926000de8347f54..f0665e072ccbd5f6ac3f4dcd52a5edfe015cbf31 100644 (file)
--- 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");
        }