Fix regression to verbose behavior introduced in 68bff4a07e.
Reported by: Brad Davis (brd) Reviewed by: Kristof Provost (kp) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D32736 Sponsored by: Netflix
This commit is contained in:
parent
811d05449b
commit
e38717c128
@ -445,7 +445,7 @@ set_flags(struct g_command *cmd)
|
||||
{
|
||||
unsigned flags = 0;
|
||||
|
||||
if ((cmd->gc_flags & G_FLAG_VERBOSE) != 0)
|
||||
if ((cmd->gc_flags & G_FLAG_VERBOSE) != 0 && verbose)
|
||||
flags |= G_FLAG_VERBOSE;
|
||||
|
||||
return (flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user