]> git.ipfire.org Git - people/ms/u-boot.git/commit - test/py/tests/test_log.py
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)
commitdeca50fbd594d9aa845fc724a1758a1f61011ddb
tree520eeb60afb998405a68fb0bc66daf311d70a708
parent3b73e8d067fb7cb504bed2018583980a3cd3f4bc
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