From: Jens Axboe Date: Fri, 25 Nov 2005 08:47:14 +0000 (+0100) Subject: [PATCH] fio: quit can take a while, so show that we starting the cleanup X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c501c98b31ba016241c4a288a461b9a8971784e8;p=disktools.git [PATCH] fio: quit can take a while, so show that we starting the cleanup --- diff --git a/fio.c b/fio.c index 941a649..e054c35 100644 --- a/fio.c +++ b/fio.c @@ -110,6 +110,7 @@ static void sig_handler(int sig) disk_util_timer_arm(); break; default: + printf("fio: terminating on signal\n"); terminate_threads(TERMINATE_ALL); break; }