16/05/2018 16:09, Ferruh Yigit:
> loglevel set wrong when ":" is used as separator, like
> --log-type="user:debug"
>
> This is because fnmatch returns zero on success. Fixed fnmatch return
> value check.
>
> Fixes: 7f0bb634a140 ("log: add ability to match log type with globbing")
> Cc: [email protected]
>
> Signed-off-by: Ferruh Yigit <[email protected]>Applied, thanks

