Re: [PATCH v4 0/2] log: Allow multiple lines and conversion to printf()

2021-06-08 Thread Tom Rini
On Sat, May 08, 2021 at 01:46:52PM -0600, Simon Glass wrote: > At present when logging is not enabled, all log() calls become nops. This > does not seem right, since if the log level is high enough then there > should be some sort of message. So in that case, this series updates it to > print the

[PATCH v4 0/2] log: Allow multiple lines and conversion to printf()

2021-05-08 Thread Simon Glass
At present when logging is not enabled, all log() calls become nops. This does not seem right, since if the log level is high enough then there should be some sort of message. So in that case, this series updates it to print the message if the log level is above LOGL_INFO. This mimics the behaviou