From: Yu Watanabe Date: Mon, 25 Oct 2021 07:42:19 +0000 (+0900) Subject: nspawn: fix build when SECCOMP is disabled X-Git-Tag: v250-rc1~436 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2db32618fe8e7305aa6f25db8b1d4a00aaafa264;p=thirdparty%2Fsystemd.git nspawn: fix build when SECCOMP is disabled Follow-up for 20e458ae3c3b386e2b720bbd3c37d95781e69ae7. --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 2804686f79a..ea68dc248aa 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -3410,7 +3410,7 @@ static int inner_child( if (r < 0) log_debug_errno(r, "Failed to install sync() suppression seccomp filter, ignoring: %m"); #else - log_debug("systemd is built without SECCOMP support. Ignoring --suppress-sync= command line option and SuppressSync= setting.") + log_debug("systemd is built without SECCOMP support. Ignoring --suppress-sync= command line option and SuppressSync= setting."); #endif }