From: Jens Axboe Date: Thu, 2 Feb 2006 18:16:28 +0000 (+0100) Subject: [PATCH] blkrawverify: note what file the output went to X-Git-Tag: blktrace-0.99.1~75 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b9f751ef37465b097c80de4981f848d220338055;p=blktrace.git [PATCH] blkrawverify: note what file the output went to I didn't actually realize this until I looked at the source... --- diff --git a/blkrawverify.c b/blkrawverify.c index 9ed1f8b..190f7ee 100644 --- a/blkrawverify.c +++ b/blkrawverify.c @@ -268,6 +268,7 @@ int main(int argc, char *argv[]) printf("\n"); } fclose(ofp); + fprintf(stdout, "Wrote output to %s\n", ofname); } return 0;