mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
72fa1ad8d9
At present when function names are logged, the output is a little hard to read since every function is a different length. Add a way to pad the names so that the log messages line up vertically. This doesn't work if the function name is very long, but it makes a big difference in most cases. Use 20 characters as a default since this covers the vast majority of functions. Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
cont_test.c | ||
log_filter.c | ||
log_test.c | ||
log_ut.c | ||
Makefile | ||
nolog_ndebug.c | ||
nolog_test.c | ||
pr_cont_test.c | ||
syslog_test.c | ||
syslog_test.h | ||
syslog_test_ndebug.c |