]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/cryptsetup/cryptsetup.c
cryptsetup: adjust some log levels
authorLennart Poettering <lennart@poettering.net>
Thu, 31 Mar 2022 08:49:30 +0000 (10:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 31 Mar 2022 09:24:07 +0000 (11:24 +0200)
commit2e4aae981e5860a830293d16bf28cc658d89110d
tree29e554c6418f47bbeb451511726bdbb61cda43d9
parent2fabbad8983bf012e73479b73ecd390794080c3d
cryptsetup: adjust some log levels

Let's upgrade log levels of some noteworthy messages from LOG_DEBUG to
LOG_NOTICE. These messages contain information that previous log
messages in the error path didn't say, namely that we'll now fall back
to traditional unlocking.

Note that this leaves similar log messages for cases where
TPM2/PKCS#11/FIDO2 support is disabled at build at LOG_DEBUG, since in
that case nothing really failed, we just systematically can't do
TPM2/PKCS#11/FIDO2 and hence it is pointless and not actionable for
users to do anything about it...
src/cryptsetup/cryptsetup.c