From: Yu Watanabe Date: Sat, 25 May 2024 19:45:55 +0000 (+0900) Subject: cryptenroll: upgrade log level of critical failure X-Git-Tag: v256-rc4~125^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41d45bd96c2fd37184884a4f0a0ba1965c8a3661;p=thirdparty%2Fsystemd.git cryptenroll: upgrade log level of critical failure --- diff --git a/src/cryptenroll/cryptenroll-tpm2.c b/src/cryptenroll/cryptenroll-tpm2.c index 10bd8d77237..1ee3525a817 100644 --- a/src/cryptenroll/cryptenroll-tpm2.c +++ b/src/cryptenroll/cryptenroll-tpm2.c @@ -329,7 +329,7 @@ int enroll_tpm2(struct crypt_device *cd, r = tpm2_load_pcr_signature(signature_path, &signature_json); if (r < 0) - return log_debug_errno(r, "Failed to read TPM PCR signature: %m"); + return log_error_errno(r, "Failed to read TPM PCR signature: %m"); } } } else