From 112a7f4696ebb96abdb42df62e1e794e903f66b3 Mon Sep 17 00:00:00 2001 From: Gao feng Date: Mon, 16 Sep 2013 09:57:33 +0800 Subject: [PATCH] cgroup: add missing equals for BlockIOWeight --- src/core/cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.30.2