diff options
author | Gao feng <gaofeng@cn.fujitsu.com> | 2013-09-16 09:57:33 +0800 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-09-16 09:19:00 -0400 |
commit | 112a7f4696ebb96abdb42df62e1e794e903f66b3 (patch) | |
tree | 4edce262cbc01fd77a6c73c090e9118f3c5acc8a | |
parent | 4e82fe5213bedcb70e25c0270e516d5f2706d8c8 (diff) |
cgroup: add missing equals for BlockIOWeight
-rw-r--r-- | src/core/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c index 1f41efc63f..9277dd69f6 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", |