commit | e07fe5cead7539bda15fb82a34b9bd9ec9f0b9f8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 29 07:15:04 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 29 14:23:30 2022 +0200 |
tree | af0068fe8d5f731a01203d4396316540098851cc | |
parent | b94bcdd4d309178d81b1c2722d0d7559d20c14e0 [diff] |
efi_loader: don't call log with __func__ as parameter The log functions print file name, line number, and function name if selected via the log command or customizing. Don't print the function name twice. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>