mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
efivars: downgrade log level in systemd_efi_options_efivarfs_if_newer()
The only caller logs anyway, let's avoid duplicate logging above LOG_DEBUG.
This commit is contained in:
@@ -439,7 +439,8 @@ int systemd_efi_options_efivarfs_if_newer(char **line) {
|
||||
|
||||
r = read_efi_options_variable(line);
|
||||
if (r < 0)
|
||||
return log_warning_errno(r, "Failed to read SystemdOptions EFI variable: %m");
|
||||
return log_debug_errno(r, "Failed to read SystemdOptions EFI variable: %m");
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user