]> git.proxmox.com Git - mirror_lxc.git/commitdiff
cgfsng: cgfsng_init()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:22:31 +0000 (19:22 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:22:31 +0000 (19:22 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index a899a889fe6cc84105ade6091bd4382961a4c3f4..a0cddd42e816abc8ad5b8faa93b1a381c2f8b755 100644 (file)
@@ -1485,7 +1485,7 @@ static void *cgfsng_init(struct lxc_handler *handler)
        cgroup_pattern = lxc_global_config_value("lxc.cgroup.pattern");
        if (!cgroup_pattern) {
                /* lxc.cgroup.pattern is only NULL on error. */
-               ERROR("Error getting cgroup pattern");
+               ERROR("Failed to retrieve cgroup pattern");
                goto out_free;
        }
        d->cgroup_pattern = must_copy_string(cgroup_pattern);