From 7f47539fb1992fa4f1c9ae7d039d21404d2eae71 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 12 Aug 2021 14:23:25 -0500 Subject: 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 --- sh/rc-cgroup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') 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 -- cgit v1.2.3