From: Christian Brauner Date: Sat, 17 Feb 2018 18:22:31 +0000 (+0100) Subject: cgfsng: cgfsng_init() X-Git-Tag: lxc-2.0.10~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d515f66beed668a6d1c37b2d2dc70dfce6d298c9;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 5fc17ff07..8e1aed2c8 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -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);