mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
analyze-pcrs: Fix typo
This commit is contained in:
@@ -97,7 +97,7 @@ int verb_pcrs(int argc, char *argv[], void *userdata) {
|
||||
int r;
|
||||
|
||||
if (tpm2_support() != TPM2_SUPPORT_FULL)
|
||||
log_notice("System has not TPM2 support, not showing PCR state.");
|
||||
log_notice("System lacks full TPM2 support, not showing PCR state.");
|
||||
else {
|
||||
r = get_pcr_alg(&alg);
|
||||
if (r < 0)
|
||||
|
||||
Reference in New Issue
Block a user