From: Christian Brauner Date: Sat, 17 Feb 2018 18:31:16 +0000 (+0100) Subject: cgfsng: cgfsng_chown() X-Git-Tag: lxc-2.0.10~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f73fcbf975f519151399ef6a94bfa0dc37d7ec86;p=thirdparty%2Flxc.git cgfsng: cgfsng_chown() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index 9d9ba5adb..da59fffc9 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -1964,7 +1964,7 @@ static bool cgfsng_chown(void *hdata, struct lxc_conf *conf) if (userns_exec_1(conf, chown_cgroup_wrapper, &wrap, "chown_cgroup_wrapper") < 0) { - ERROR("Error requesting cgroup chown in new namespace"); + ERROR("Error requesting cgroup chown in new user namespace"); return false; }