On 1/14/21 4:30 AM, Simon Glass wrote:
At present if logging not enabled, log_info() becomes a nop. But we want
log output at the 'info' level to be akin to printf(). Update the macro to
pass the output straight to printf() in this case.
Signed-off-by: Simon Glass
---
doc/develop/logging.rst
Am 14. Januar 2021 04:30:51 MEZ schrieb Simon Glass :
>At present if logging not enabled, log_info() becomes a nop. But we
>want
>log output at the 'info' level to be akin to printf(). Update the macro
>to
>pass the output straight to printf() in this case.
Looking at
https://github.com/trini/u-
At present if logging not enabled, log_info() becomes a nop. But we want
log output at the 'info' level to be akin to printf(). Update the macro to
pass the output straight to printf() in this case.
Signed-off-by: Simon Glass
---
doc/develop/logging.rst | 5 +++--
include/log.h | 12
3 matches
Mail list logo