cgfsng: __cg_unified_setup_limits()

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-02-17 19:49:31 +01:00
parent c347df5846
commit b2ac2cb755
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -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);