Missing new line
authorJens Axboe <jaxboe@fusionio.com>
Mon, 21 Jun 2010 12:36:42 +0000 (14:36 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 21 Jun 2010 12:36:42 +0000 (14:36 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fio.c

diff --git a/fio.c b/fio.c
index 5f29e28bc2d0b3f529afe808ebb2838c0cc80515..4d260600056ba7ee99c1d06365195f962e29f4b3 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -147,7 +147,7 @@ static void sig_ill(int fio_unused sig)
        if (!threads)
                return;
 
-       log_err("fio: system does not support the sse4.2 instruction for crc32c-intel.\nUse crc32c instead.");
+       log_err("fio: system does not support the sse4.2 instruction for crc32c-intel.\nUse crc32c instead.\n");
        terminate_threads(TERMINATE_ALL);
 }