X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fcgroup.c;h=5a1c3adacd19af3f8ff2c67ebcb98ea7ab2e53cd;hb=8e7076caae32a560a11c1643b53fc4f12db4a6b1;hp=d0f36cb18ed8d29450d820c5f7277b3d69b03e48;hpb=554604b3073467af75dc94fac9e2343148603289;p=elogind.git diff --git a/src/core/cgroup.c b/src/core/cgroup.c index d0f36cb18..5a1c3adac 100644 --- a/src/core/cgroup.c +++ b/src/core/cgroup.c @@ -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, - "%sBlockIOWeight=%s %lu", + "%sBlockIODeviceWeight=%s %lu", prefix, w->path, w->weight);