From da303f5fd4ee8582cf76712212dd0b711d7d9dac Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 6 Jan 2023 21:49:28 -0700 Subject: [PATCH] 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);