From 4a73674e322e7fef96298581779fcc639c702067 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Sat, 12 May 2018 05:43:47 +0000 Subject: [PATCH] dwatch(1): Simplify info message test The info() function already tests $QUIET Sponsored by: Smule, Inc. --- cddl/usr.sbin/dwatch/dwatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cddl/usr.sbin/dwatch/dwatch b/cddl/usr.sbin/dwatch/dwatch index ecf6e1c9aa35..c51974f7eb13 100755 --- a/cddl/usr.sbin/dwatch/dwatch +++ b/cddl/usr.sbin/dwatch/dwatch @@ -859,7 +859,7 @@ fi # # Show the user what's being watched # -[ "$DEBUG$QUIET$EXIT_AFTER_COMPILE" ] || info "Watching '$PROBE' ..." +[ "$DEBUG$EXIT_AFTER_COMPILE" ] || info "Watching '$PROBE' ..." # # Header for watched probe entry