cryptenroll: upgrade log level of critical failure

This commit is contained in:
Yu Watanabe
2024-05-26 04:45:55 +09:00
parent 16f51e2909
commit 41d45bd96c

View File

@@ -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