Re: [PATCH v2 06/22] log: Expose some helper functions

2020-10-11 Thread Simon Glass
On Sat, 10 Oct 2020 at 13:44, Sean Anderson wrote: > > These functions are required by "cmd: log: Add commands to manipulate > filters" and "test: Add a test for log filter-*". > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - Expose log_has_cat and log_has_file for filter tests > >

[PATCH v2 06/22] log: Expose some helper functions

2020-10-10 Thread Sean Anderson
These functions are required by "cmd: log: Add commands to manipulate filters" and "test: Add a test for log filter-*". Signed-off-by: Sean Anderson --- Changes in v2: - Expose log_has_cat and log_has_file for filter tests common/log.c | 23 +++ include/log.h | 31