]> git.baikalelectronics.ru Git - uboot.git/commit
log: Update log_console to honour the log format
authorSimon Glass <sjg@chromium.org>
Thu, 28 Dec 2017 20:14:18 +0000 (13:14 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Feb 2018 17:09:27 +0000 (10:09 -0700)
commitd2c8100705157efb747e3af5b24434683c87ed87
tree520eeb60afb998405a68fb0bc66daf311d70a708
parentf080f4cee3739f689cdac6f854148c1305de9506
log: Update log_console to honour the log format

At present this just outputs the message. Update it to output whatever the
format requests.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/log_console.c
test/py/tests/test_log.py