diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-14 21:29:40 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-11-15 22:58:24 +0100 |
commit | 47a78d4102596c154cb3eeea6df16bf6ee1a4e61 (patch) | |
tree | 8938235f64a414472fdc0eba55312ace831dd5ad /src/core/cgroup.c | |
parent | Update TODO (diff) | |
download | systemd-47a78d4102596c154cb3eeea6df16bf6ee1a4e61.tar.xz systemd-47a78d4102596c154cb3eeea6df16bf6ee1a4e61.zip |
Use plural DelegateControllers= consistently
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r-- | src/core/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c index 6872da1f89..903c275359 100644 --- a/src/core/cgroup.c +++ b/src/core/cgroup.c @@ -214,7 +214,7 @@ void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix) { (void) cg_mask_to_string(c->delegate_controllers, &t); - fprintf(f, "%sDelegateController=%s\n", + fprintf(f, "%sDelegateControllers=%s\n", prefix, strempty(t)); } |