From: Christian Brauner Date: Sat, 17 Feb 2018 18:22:31 +0000 (+0100) Subject: cgfsng: cgfsng_init() X-Git-Tag: lxc-3.0.0.beta1~22^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d7a68f7076d4e47f7380739f3d25056507d90e0;p=thirdparty%2Flxc.git cgfsng: cgfsng_init() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index a899a889f..a0cddd42e 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -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);