svn commit: r333515 - head/cddl/usr.sbin/dwatch
Devin Teske
dteske at FreeBSD.org
Sat May 12 05:43:48 UTC 2018
Author: dteske
Date: Sat May 12 05:43:47 2018
New Revision: 333515
URL: https://svnweb.freebsd.org/changeset/base/333515
Log:
dwatch(1): Simplify info message test
The info() function already tests $QUIET
Sponsored by: Smule, Inc.
Modified:
head/cddl/usr.sbin/dwatch/dwatch
Modified: head/cddl/usr.sbin/dwatch/dwatch
==============================================================================
--- head/cddl/usr.sbin/dwatch/dwatch Sat May 12 05:41:28 2018 (r333514)
+++ head/cddl/usr.sbin/dwatch/dwatch Sat May 12 05:43:47 2018 (r333515)
@@ -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
More information about the svn-src-all
mailing list