From 41d45bd96c2fd37184884a4f0a0ba1965c8a3661 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 26 May 2024 04:45:55 +0900 Subject: [PATCH] cryptenroll: upgrade log level of critical failure --- src/cryptenroll/cryptenroll-tpm2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3