From: Zbigniew Jędrzejewski-Szmek Date: Fri, 25 Mar 2022 09:54:39 +0000 (+0100) Subject: cryptsetup: shorten message a bit X-Git-Tag: v251-rc1~11^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88a65c936ed805ec1914477519c36678b6f2daec;p=thirdparty%2Fsystemd.git cryptsetup: shorten message a bit If it is reported as missing, we don't need to say that we assume it is missing. --- diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c index 22c91c3ffc6..6c7b74037f8 100644 --- a/src/cryptsetup/cryptsetup.c +++ b/src/cryptsetup/cryptsetup.c @@ -1414,7 +1414,7 @@ static int attach_luks_or_plain_or_bitlk_by_tpm2( if (is_efi_boot() && !efi_has_tpm2()) return log_notice_errno(SYNTHETIC_ERRNO(EAGAIN), - "No TPM2 hardware discovered and EFI bios indicates no support for it either, assuming TPM2-less system, falling back to traditional unlocking."); + "No TPM2 hardware discovered and EFI firmware does not see it either, falling back to traditional unlocking."); r = make_tpm2_device_monitor(&event, &monitor); if (r < 0)