Re: [ovs-dev] [PATCH] perf-counter: lower msg level when no perf counter

2015-04-14 Thread Ben Pfaff
On Tue, Apr 14, 2015 at 12:14:21PM -0300, Flavio Leitner wrote: > Some arches don't support perf counter and an error message > breaks many tests from the testsuite. Since the software still > runs without it, just inform that perf counters are not available > with using INFO level instead. > > S

Re: [ovs-dev] [PATCH] perf-counter: lower msg level when no perf counter

2015-04-14 Thread Russell Bryant
On 04/14/2015 11:14 AM, Flavio Leitner wrote: > Some arches don't support perf counter and an error message > breaks many tests from the testsuite. Since the software still > runs without it, just inform that perf counters are not available > with using INFO level instead. > > Signed-off-by: Flav

[ovs-dev] [PATCH] perf-counter: lower msg level when no perf counter

2015-04-14 Thread Flavio Leitner
Some arches don't support perf counter and an error message breaks many tests from the testsuite. Since the software still runs without it, just inform that perf counters are not available with using INFO level instead. Signed-off-by: Flavio Leitner --- lib/perf-counter.c | 2 +- 1 file changed