diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 09:00:00 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 11:41:03 +0100 |
commit | 8d3473f01d7ccdbc456f56c7797f4d164f5eb7a0 (patch) | |
tree | 906e3202de9fa6a6ae6efe202b3de2b1a34dd4de /src/nspawn/nspawn-oci.c | |
parent | NEWS: mention that the default mDNS mode is now "yes" (diff) | |
download | systemd-8d3473f01d7ccdbc456f56c7797f4d164f5eb7a0.tar.xz systemd-8d3473f01d7ccdbc456f56c7797f4d164f5eb7a0.zip |
src: fix several typos in log messages
Diffstat (limited to 'src/nspawn/nspawn-oci.c')
-rw-r--r-- | src/nspawn/nspawn-oci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-oci.c b/src/nspawn/nspawn-oci.c index 02142a9352..3c6bfd3eaf 100644 --- a/src/nspawn/nspawn-oci.c +++ b/src/nspawn/nspawn-oci.c @@ -1807,7 +1807,7 @@ static int oci_seccomp_args(const char *name, JsonVariant *v, JsonDispatchFlags expected = p->op == SCMP_CMP_MASKED_EQ ? 4 : 3; if (r != expected) - json_log(e, flags|JSON_WARNING, 0, "Wrong number of system call arguments for JSON data data, ignoring."); + json_log(e, flags|JSON_WARNING, 0, "Wrong number of system call arguments for JSON data, ignoring."); /* Note that we are a bit sloppy here and do not insist that SCMP_CMP_MASKED_EQ gets two datum values, * and the other only one. That's because buildah for example by default calls things with |