mirror of
https://github.com/systemd/systemd
synced 2024-11-02 19:41:12 +00:00
pcrlock: Print correct NV index when writing new policy
This commit is contained in:
parent
56f20e3a46
commit
ab39d29606
1 changed files with 1 additions and 1 deletions
|
@ -4560,7 +4560,7 @@ static int verb_make_policy(int argc, char *argv[], void *userdata) {
|
|||
return r;
|
||||
}
|
||||
|
||||
log_info("Written new policy to '%s' and digest to TPM2 NV index 0x%" PRIu32 ".", path, nv_index);
|
||||
log_info("Written new policy to '%s' and digest to TPM2 NV index 0x%x.", path, nv_index);
|
||||
|
||||
log_info("Overall time spent: %s", FORMAT_TIMESPAN(usec_sub_unsigned(now(CLOCK_MONOTONIC), start_usec), 1));
|
||||
|
||||
|
|
Loading…
Reference in a new issue