]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pcrextend-util: fix log message
authorLennart Poettering <lennart@amutable.com>
Wed, 4 Mar 2026 14:18:44 +0000 (15:18 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 4 Mar 2026 15:28:06 +0000 (15:28 +0000)
The NvPCR is actually named differently from what the log msg said. Fix it.

src/shared/pcrextend-util.c

index 431db8cc157d8f81c70de3296394fc53a177996a..8586e85cbbd3f5ebb730c9c83fa74313928a8dd4 100644 (file)
@@ -285,7 +285,7 @@ int pcrextend_verity_now(
                 return log_debug_errno(r, "Failed to issue io.systemd.PCRExtend.Extend() varlink call: %s", error_id);
         }
 
-        log_debug("Measurement of '%s' into 'images' NvPCR completed.", word);
+        log_debug("Measurement of '%s' into 'verity' NvPCR completed.", word);
         return 1;
 #else
         return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP), "TPM2 support disabled, not measuring Verity root hashes and signatures.");