repart: downgrade pcrlock pickup log message

This is not relevant in most cases, hence don't mention this all the
time.
This commit is contained in:
Lennart Poettering
2023-11-10 22:46:19 +01:00
parent acdf6bcfdb
commit dc7e34b369

View File

@@ -7038,7 +7038,7 @@ static int parse_argv(int argc, char *argv[]) {
if (r != -ENOENT)
log_warning_errno(r, "Search for pcrlock.json failed, assuming it does not exist: %m");
} else
log_info("Automatically using pcrlock policy '%s'.", arg_tpm2_pcrlock);
log_debug("Automatically using pcrlock policy '%s'.", arg_tpm2_pcrlock);
}
if (auto_public_key_pcr_mask) {