mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-22 22:03:43 +03:00
nspawn: fix a typo in an error message
(cherry picked from commit 55d3c136d940a5dbed8fd226c988b641f27bf48c) (cherry picked from commit b13e836315f915ba11ed1859af361eff56010ad9) (cherry picked from commit f3256dcaea967589064fe63e4adce10c0c55ec4f)
This commit is contained in:
parent
ffbf5243b7
commit
8438d27085
@ -627,7 +627,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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user