[PATCH] blkrawverify: note what file the output went to
authorJens Axboe <axboe@suse.de>
Thu, 2 Feb 2006 18:16:28 +0000 (19:16 +0100)
committerJens Axboe <axboe@suse.de>
Thu, 2 Feb 2006 18:16:28 +0000 (19:16 +0100)
I didn't actually realize this until I looked at the source...

blkrawverify.c

index 9ed1f8baa9dc1a7fa78e3a3d11238c2ba0b88a4e..190f7ee4c7fb16ba21005dc83b32c6274b28e573 100644 (file)
@@ -268,6 +268,7 @@ int main(int argc, char *argv[])
                        printf("\n");
                }
                fclose(ofp);
+               fprintf(stdout, "Wrote output to %s\n", ofname);
        }
 
        return 0;