Re: [PATCH v2 3/3] perf/buildid-cache: Support --purge-all option
From: Ravi Bangoria
Date: Thu May 03 2018 - 04:54:22 EST
Hi Masami,
On 04/23/2018 12:32 PM, Masami Hiramatsu wrote:
> On Tue, 17 Apr 2018 09:43:46 +0530
> Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxxxxxxx> wrote:
>
>> + pr_debug("Purged all: %s\n", err ? "FAIL" : "Ok");
> Hmm, I think this should use pr_info(or pr_warning), at least for Failure case.
Actually, I followed what is already there for other options.
Thanks,
Ravi