1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

creds-util: upgrade message about TPM2 not working

This commit is contained in:
Lennart Poettering 2022-04-14 23:19:02 +02:00
parent d2cba923be
commit fa998da2df

View File

@ -584,7 +584,7 @@ int encrypt_credential_and_warn(
else if (!sd_id128_equal(with_key, _CRED_AUTO))
return r;
log_debug_errno(r, "TPM2 sealing didn't work, not using: %m");
log_notice_errno(r, "TPM2 sealing didn't work, continuing without TPM2: %m");
}
assert(tpm2_blob_size <= CREDENTIAL_FIELD_SIZE_MAX);