chiark / gitweb /
cgroup: add missing equals for BlockIOWeight
[elogind.git] / src / core / cgroup.c
index 1f41efc63f0fc55f1011bff8dcaebb821ac8bc98..9277dd69f6e42eb2d14a07fc49001e41a0def7df 100644 (file)
@@ -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",