From: Frantisek Sumsal Date: Mon, 15 May 2023 12:01:58 +0000 (+0200) Subject: nspawn: fix a typo in an error message X-Git-Tag: v254-rc1~464^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55d3c136d940a5dbed8fd226c988b641f27bf48c;p=thirdparty%2Fsystemd.git nspawn: fix a typo in an error message --- diff --git a/src/nspawn/nspawn-oci.c b/src/nspawn/nspawn-oci.c index 3c6bfd3eaf3..e9de2574071 100644 --- a/src/nspawn/nspawn-oci.c +++ b/src/nspawn/nspawn-oci.c @@ -605,7 +605,7 @@ static int oci_namespace_type(const char *name, JsonVariant *v, JsonDispatchFlag *nsflags = CLONE_NEWCGROUP; else return json_log(v, flags, SYNTHETIC_ERRNO(EINVAL), - "Unknown cgroup type, refusing: %s", n); + "Unknown namespace type, refusing: %s", n); return 0; }