From: Lennart Poettering Date: Fri, 10 Nov 2023 21:46:19 +0000 (+0100) Subject: repart: downgrade pcrlock pickup log message X-Git-Tag: v255-rc2~48^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc7e34b3693eed9cdb4fb49abc9cee2c5fdcc2c8;p=thirdparty%2Fsystemd.git repart: downgrade pcrlock pickup log message This is not relevant in most cases, hence don't mention this all the time. --- diff --git a/src/partition/repart.c b/src/partition/repart.c index bbf10a96d36..d76732b349e 100644 --- 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) {