commit | 2d349c7b218bab04101d805fdff71c34ddef9a56 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 17 21:52:44 2020 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 09 18:57:22 2020 -0600 |
tree | ed06f563175b03bbecf4a42df12a6b58add6e592 | |
parent | 2ec1ed2f943448079750c5aac997227ff293ca2f [diff] |
log: don't show function by default The name of the function emitting a log message may be of interest for a developer but is distracting for normal users. See the example below: try_load_entry() Booting: Debian Make the default format for log messages customizable. By default show only the message text. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>