projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acdf6bc
)
repart: downgrade pcrlock pickup log message
author
Lennart Poettering
<lennart@poettering.net>
Fri, 10 Nov 2023 21:46:19 +0000
(22:46 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 10 Nov 2023 21:53:49 +0000
(22:53 +0100)
This is not relevant in most cases, hence don't mention this all the
time.
src/partition/repart.c
patch
|
blob
|
history
diff --git
a/src/partition/repart.c
b/src/partition/repart.c
index bbf10a96d36b1dc9dc3a037ae45826991dab6c66..d76732b349e3c515705d95def5b3511decc37b27 100644
(file)
--- a/
src/partition/repart.c
+++ b/
src/partition/repart.c
@@
-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) {