git: 704bfe6dbfcb - stable/13 - fsx: more consistent debug output with -[RWU]

From: Alan Somers <asomers_at_FreeBSD.org>
Date: Fri, 27 Jan 2023 19:28:11 UTC
The branch stable/13 has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=704bfe6dbfcb29173086ee5fbccffa3cdec23c14

commit 704bfe6dbfcb29173086ee5fbccffa3cdec23c14
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2023-01-07 04:49:28 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2023-01-27 19:27:47 +0000

    fsx: more consistent debug output with -[RWU]
    
    (cherry picked from commit da303f5fd4ee8582cf76712212dd0b711d7d9dac)
---
 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);