]> git.proxmox.com Git - mirror_lxc.git/commitdiff
cgfsng: __cg_unified_setup_limits()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:49:31 +0000 (19:49 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 17 Feb 2018 18:49:31 +0000 (19:49 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index f62debea48881103d055a3f4d75e2cfc1819dfe1..f491da35d5762a8cd94bdf226bfd4e1ef54241ca 100644 (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);