chiark / gitweb /
Revert "cgroup.c: check return value of unit_realize_cgroup_now()"
[elogind.git] / src / core / cgroup.c
index d0f36cb18ed8d29450d820c5f7277b3d69b03e48..5a1c3adacd19af3f8ff2c67ebcb98ea7ab2e53cd 100644 (file)
@@ -114,7 +114,7 @@ void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix) {
 
         LIST_FOREACH(device_weights, w, c->blockio_device_weights)
                 fprintf(f,
 
         LIST_FOREACH(device_weights, w, c->blockio_device_weights)
                 fprintf(f,
-                        "%sBlockIOWeight=%s %lu",
+                        "%sBlockIODeviceWeight=%s %lu",
                         prefix,
                         w->path,
                         w->weight);
                         prefix,
                         w->path,
                         w->weight);