mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
dwatch(1): Simplify info message test
The info() function already tests $QUIET Sponsored by: Smule, Inc.
This commit is contained in:
parent
5f2202d104
commit
4a73674e32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333515
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user