Derp. if(show_status) if enough since the code only runs if its not quiet already.
On Thu, Mar 7, 2013 at 12:28 AM, Simon Gomizelj <[email protected]> wrote: > Will do. > > FWIW if(show_status) is enough, the parent if already checks for > !config->quiet > We don't need to do this for every package... Declare it at > the start > and do a "if(show_status && !config->quiet)" after the initial > > checks.
