summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorGao feng <gaofeng@cn.fujitsu.com>2013-09-16 09:57:33 +0800
committerColin Walters <walters@verbum.org>2013-09-16 09:19:00 -0400
commit112a7f4696ebb96abdb42df62e1e794e903f66b3 (patch)
tree4edce262cbc01fd77a6c73c090e9118f3c5acc8a /src/core/cgroup.c
parent4e82fe5213bedcb70e25c0270e516d5f2706d8c8 (diff)
cgroup: add missing equals for BlockIOWeight
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 1f41efc63..9277dd69f 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -92,7 +92,7 @@ void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix) {
"%sBlockIOAccounting=%s\n"
"%sMemoryAccounting=%s\n"
"%sCPUShares=%lu\n"
- "%sBlockIOWeight%lu\n"
+ "%sBlockIOWeight=%lu\n"
"%sMemoryLimit=%" PRIu64 "\n"
"%sMemorySoftLimit=%" PRIu64 "\n"
"%sDevicePolicy=%s\n",