Re: [PATCH] do not call trace_printk on non-debug build
From: Randy Dunlap
Date: Tue Apr 24 2018 - 20:49:22 EST
On 04/24/2018 01:45 PM, Steven Rostedt wrote:
> On Tue, 24 Apr 2018 20:39:27 +0000
> Wei Wang <wvw@xxxxxxxxxx> wrote:
>
>> The config is not something new and it is controlling pr_debug and
>> pr_devel, so might not be too annoying, IMHO. But I agree this is not a
>> problem from us but from abusers.
>
> And is the reason I never use pr_debug() and pr_devel().
pr_debug() is good along with dynamic debug.
--
~Randy