]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgfsng: cgfsng_chown()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:31:16 +0000 (19:31 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 21 Feb 2018 14:48:39 +0000 (15:48 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index 9d9ba5adb5fcc48fdfa3af428602f8a674488252..da59fffc9f1bebe94d43b25f6f1ceee2f5161939 100644 (file)
@@ -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;
        }