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

2021-02-04 Thread Simon Glass
+Heinrich Schuchardt Hi Heinrich, On Wed, 20 Jan 2021 at 20:11, 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

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

2021-01-20 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