summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-10-25 16:42:19 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-25 19:23:55 +0900
commit2db32618fe8e7305aa6f25db8b1d4a00aaafa264 (patch)
treef0d0f632b2e2f9f6bfc0c607407ad8a31773720d
parent6dbfbc4667656b51cd03a5db393441710bde4dd9 (diff)
downloadsystemd-2db32618fe8e7305aa6f25db8b1d4a00aaafa264.tar.gz
nspawn: fix build when SECCOMP is disabled
Follow-up for 20e458ae3c3b386e2b720bbd3c37d95781e69ae7.
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 2804686f79..ea68dc248a 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
}