nspawn: fix build when SECCOMP is disabled

Follow-up for 20e458ae3c.
This commit is contained in:
Yu Watanabe
2021-10-25 16:42:19 +09:00
parent 6dbfbc4667
commit 2db32618fe

View 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
}