From: Christian Brauner Date: Sat, 17 Feb 2018 18:49:31 +0000 (+0100) Subject: cgfsng: __cg_unified_setup_limits() X-Git-Tag: lxc-3.0.0.beta1~22^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2ac2cb7557f264851af8db18f22fe5c773de979;p=thirdparty%2Flxc.git cgfsng: __cg_unified_setup_limits() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/cgroups/cgfsng.c b/src/lxc/cgroups/cgfsng.c index f62debea4..f491da35d 100644 --- a/src/lxc/cgroups/cgfsng.c +++ b/src/lxc/cgroups/cgfsng.c @@ -2793,7 +2793,8 @@ static bool __cg_unified_setup_limits(void *hdata, ret = lxc_write_to_file(fullpath, cg->value, strlen(cg->value), false); free(fullpath); if (ret < 0) { - SYSERROR("Failed to set \"%s\" to \"%s\"", cg->subsystem, cg->value); + SYSERROR("Failed to set \"%s\" to \"%s\"", + cg->subsystem, cg->value); return false; } TRACE("Set \"%s\" to \"%s\"", cg->subsystem, cg->value);