]> git.proxmox.com Git - mirror_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>
Sat, 17 Feb 2018 18:31:16 +0000 (19:31 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index ba75ebe755efe4c4a68237418e56c61af7f7b193..b59b273aaa9fe3a39f785d329e3c0574fcb26290 100644 (file)
@@ -1986,7 +1986,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;
        }