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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"