[systemd-commits] src/core
Colin Walters
walters at kemper.freedesktop.org
Mon Sep 16 06:19:18 PDT 2013
src/core/cgroup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 112a7f4696ebb96abdb42df62e1e794e903f66b3
Author: Gao feng <gaofeng at cn.fujitsu.com>
Date: Mon Sep 16 09:57:33 2013 +0800
cgroup: add missing equals for BlockIOWeight
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 1f41efc..9277dd6 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",
More information about the systemd-commits
mailing list