]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect-image: fix typo in log message
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 23 Apr 2026 13:39:14 +0000 (15:39 +0200)
committerAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 23 Apr 2026 13:39:14 +0000 (15:39 +0200)
src/shared/dissect-image.c

index b66b5455dae179aebcdf22e7e8f948602f8da054..7ad85077b4047d9384b37fcda6ecdb24c45d431b 100644 (file)
@@ -3072,7 +3072,7 @@ static int validate_signature_userspace(const VeritySettings *verity, const char
                 return 0;
         }
         if (!b) {
-                log_debug("Userspace dm-verity signature authentication disabled via systemd.allow_userspace_verity= kernel command line variable.");
+                log_debug("Userspace dm-verity signature authentication disabled via systemd.allow_userspace_verity= kernel command line option.");
                 return 0;
         }