diff --git a/src/cryptenroll/cryptenroll-tpm2.c b/src/cryptenroll/cryptenroll-tpm2.c index 10bd8d7723..1ee3525a81 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