]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: fix build when SECCOMP is disabled
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Oct 2021 07:42:19 +0000 (16:42 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Oct 2021 10:23:55 +0000 (19:23 +0900)
Follow-up for 20e458ae3c3b386e2b720bbd3c37d95781e69ae7.

src/nspawn/nspawn.c

index 2804686f79a3e0f40b4e1e1ee19253dfb4a04884..ea68dc248aa2c72c24ac9dc6d7d4bccf1966dbec 100644 (file)
@@ -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
         }