]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Use plural DelegateControllers= consistently
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 14 Nov 2017 20:29:40 +0000 (21:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 15 Nov 2017 21:58:24 +0000 (22:58 +0100)
src/core/cgroup.c

index 6872da1f895a9a831f28e3424aecbcf5118c0840..903c275359e8cb5c8c864bc5300bc864362440ce 100644 (file)
@@ -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));
         }