mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-13 04:20:43 +01:00
![James Prestwood](/assets/img/avatar_default.png)
Since using --valgrind actually runs IWD using the valgrind process the --verbose flag would only work if 'valgrind' was also specified. This was taken into account with is_verbose but the actual logic enabling stdout did not use that helper. This was due, in part, to logging since is_verbose will always return true if --log is used. To fix this a new flag was added to is_verbose which omits the --log check to handle this specific case.