diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-08-12 14:23:25 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-08-12 14:23:34 -0500 |
commit | 7f47539fb1992fa4f1c9ae7d039d21404d2eae71 (patch) | |
tree | d493b83309147f664a9ceb423a970b67c9410378 /sh/rc-cgroup.sh | |
parent | 9c7bedca9e0a51343058b9e44ed8e3b5b9d337be (diff) |
sh/rc-cgroup.sh: fix case in starting message
X-Gentoo-Bug: 804193
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=804193
Diffstat (limited to 'sh/rc-cgroup.sh')
-rw-r--r-- | sh/rc-cgroup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/rc-cgroup.sh b/sh/rc-cgroup.sh index a2207b0a..2abe659f 100644 --- a/sh/rc-cgroup.sh +++ b/sh/rc-cgroup.sh @@ -209,7 +209,7 @@ cgroup2_set_limits() cgroup_cleanup() { cgroup_running || return 0 - ebegin "starting cgroups cleanup" + ebegin "Starting cgroups cleanup" local loops=0 cgroup_get_pids if [ -n "${cgroup_pids}" ]; then |