From: Antonio Alvarez Feijoo Date: Thu, 23 Apr 2026 13:39:14 +0000 (+0200) Subject: dissect-image: fix typo in log message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=341251b6e3eb38a9908192f0a144ade57606dff9;p=thirdparty%2Fsystemd.git dissect-image: fix typo in log message --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index b66b5455dae..7ad85077b40 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -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; }