2016-05-17 09:05, Thomas Monjalon: > The log unit test was checking display of low priority messages. > It was not working if RTE_LOG_LEVEL is not RTE_LOG_DEBUG. > It is even easier to see since the default level is INFO (9b9d7ca). > > Now the test use ERR and CRIT levels which should be always enabled > while not trigerring syslog output on the console. > > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > --- > v2: > - fix comments for the log levels > - add comments to explain the test
Applied