commit | 81cd0400b2a33b72ee755cbf70ddf9a2ce3ea664 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 05 16:33:00 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:35 2021 -0600 |
tree | a1979f905e8656a52b95a1a791626b48926999cc | |
parent | fc7a744c11107c476b11d93c1a6c5f396f3d265a [diff] |
log: Allow padding of the function name 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>