Re: [PATCH 1/1] log: output for CONFIG_LOG=n

2020-02-11 Thread Simon Glass
Hi Heinrich, On Mon, 10 Feb 2020 at 21:17, Heinrich Schuchardt wrote: > > > > On 2/11/20 12:13 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 9 Feb 2020 at 15:33, Heinrich Schuchardt wrote: > >> > >> On 2/9/20 11:21 PM, Sean Anderson wrote: > >>> On 2/9/20 4:59 PM, Heinrich Schuchardt w

Re: [PATCH 1/1] log: output for CONFIG_LOG=n

2020-02-10 Thread Heinrich Schuchardt
On 2/11/20 12:13 AM, Simon Glass wrote: Hi Heinrich, On Sun, 9 Feb 2020 at 15:33, Heinrich Schuchardt wrote: On 2/9/20 11:21 PM, Sean Anderson wrote: On 2/9/20 4:59 PM, Heinrich Schuchardt wrote: If CONFIG_LOG=n, we should still output errors, warnings, notices, infos, and for DEBUG=1 al

Re: [PATCH 1/1] log: output for CONFIG_LOG=n

2020-02-10 Thread Simon Glass
Hi Heinrich, On Sun, 9 Feb 2020 at 15:33, Heinrich Schuchardt wrote: > > On 2/9/20 11:21 PM, Sean Anderson wrote: > > On 2/9/20 4:59 PM, Heinrich Schuchardt wrote: > >> If CONFIG_LOG=n, we should still output errors, warnings, notices, infos, > >> and for DEBUG=1 also debug messages. > >> > >> Si

Re: [PATCH 1/1] log: output for CONFIG_LOG=n

2020-02-09 Thread Heinrich Schuchardt
On 2/9/20 11:21 PM, Sean Anderson wrote: On 2/9/20 4:59 PM, Heinrich Schuchardt wrote: If CONFIG_LOG=n, we should still output errors, warnings, notices, infos, and for DEBUG=1 also debug messages. Signed-off-by: Heinrich Schuchardt Why not just change the default for CONFIG_LOG to y? This i

Re: [PATCH 1/1] log: output for CONFIG_LOG=n

2020-02-09 Thread Sean Anderson
On 2/9/20 4:59 PM, Heinrich Schuchardt wrote: > If CONFIG_LOG=n, we should still output errors, warnings, notices, infos, > and for DEBUG=1 also debug messages. > > Signed-off-by: Heinrich Schuchardt Why not just change the default for CONFIG_LOG to y? This is effectively the same, except it sti

[PATCH 1/1] log: output for CONFIG_LOG=n

2020-02-09 Thread Heinrich Schuchardt
If CONFIG_LOG=n, we should still output errors, warnings, notices, infos, and for DEBUG=1 also debug messages. Signed-off-by: Heinrich Schuchardt --- include/log.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/log.h b/include/log.h index 62fb8afbd0..04538