]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: downgrade pcrlock pickup log message 29982/head
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2023 21:46:19 +0000 (22:46 +0100)
committerLennart 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

index bbf10a96d36b1dc9dc3a037ae45826991dab6c66..d76732b349e3c515705d95def5b3511decc37b27 100644 (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) {