dwatch(1): Simplify info message test

The info() function already tests $QUIET

Sponsored by:	Smule, Inc.
This commit is contained in:
Devin Teske 2018-05-12 05:43:47 +00:00
parent 5f2202d104
commit 4a73674e32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333515

View File

@ -859,7 +859,7 @@ fi
# #
# Show the user what's being watched # 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 # Header for watched probe entry