daandemeyer / rpms / systemd

Forked from rpms/systemd 2 years ago
Clone
a4b143
From f93999bbdbc9e16322d77bda2a4e44c20040808d Mon Sep 17 00:00:00 2001
a4b143
From: Gao feng <gaofeng@cn.fujitsu.com>
a4b143
Date: Mon, 16 Sep 2013 09:57:33 +0800
a4b143
Subject: [PATCH] cgroup: add missing equals for BlockIOWeight
a4b143
a4b143
---
a4b143
 src/core/cgroup.c | 2 +-
a4b143
 1 file changed, 1 insertion(+), 1 deletion(-)
a4b143
a4b143
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
a4b143
index 1f41efc..9277dd6 100644
a4b143
--- a/src/core/cgroup.c
a4b143
+++ b/src/core/cgroup.c
a4b143
@@ -92,7 +92,7 @@ void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix) {
a4b143
                 "%sBlockIOAccounting=%s\n"
a4b143
                 "%sMemoryAccounting=%s\n"
a4b143
                 "%sCPUShares=%lu\n"
a4b143
-                "%sBlockIOWeight%lu\n"
a4b143
+                "%sBlockIOWeight=%lu\n"
a4b143
                 "%sMemoryLimit=%" PRIu64 "\n"
a4b143
                 "%sMemorySoftLimit=%" PRIu64 "\n"
a4b143
                 "%sDevicePolicy=%s\n",