From: Gao feng Date: Mon, 16 Sep 2013 01:57:33 +0000 (+0800) Subject: cgroup: add missing equals for BlockIOWeight X-Git-Tag: v208~132 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=112a7f4696ebb96abdb42df62e1e794e903f66b3;p=elogind.git cgroup: add missing equals for BlockIOWeight --- 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",