]> git.ipfire.org Git - thirdparty/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>
Wed, 21 Feb 2018 14:48:34 +0000 (15:48 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index 5fc17ff07a5aeced7bbf874c0e4406bdd8d3db06..8e1aed2c84b5dda93392b6a1e00dd72dd7e31037 100644 (file)
@@ -1466,7 +1466,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);