On Tue, Apr 6, 2021 at 3:12 PM Thomas Monjalon <[email protected]> wrote: > > The parsing check for invalid log level was not trying to catch > irrelevant numeric values. > A log level 0 becomes a failure in parsing so it can be caught early. > A log level higher than the max (8) is accepted with a warning message. > > Signed-off-by: Thomas Monjalon <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > Acked-by: Andrew Rybchenko <[email protected]>
Reviewed-by: David Marchand <[email protected]> -- David Marchand

