git: da303f5fd4ee - main - fsx: more consistent debug output with -[RWU]
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Jan 2023 20:50:19 UTC
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=da303f5fd4ee8582cf76712212dd0b711d7d9dac commit da303f5fd4ee8582cf76712212dd0b711d7d9dac Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2023-01-07 04:49:28 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2023-01-07 04:49:28 +0000 fsx: more consistent debug output with -[RWU] MFC after: 2 weeks --- tools/regression/fsx/fsx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/regression/fsx/fsx.c b/tools/regression/fsx/fsx.c index e84eeb503d42..771fedc1d0d3 100644 --- a/tools/regression/fsx/fsx.c +++ b/tools/regression/fsx/fsx.c @@ -1106,6 +1106,8 @@ main(int argc, char **argv) break; case 'R': mapped_reads = 0; + if (!quiet) + fprintf(stdout, "mapped reads DISABLED\n"); break; case 'S': seed = getnum(optarg, &endp);