From: Mike Yuan Date: Fri, 16 Jan 2026 23:04:01 +0000 (+0100) Subject: core/dbus-unit: remove reference to cgroup v1 attribute X-Git-Tag: v257.11~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee2178525e1d58c74a5cfd094131c95d896c3f7;p=thirdparty%2Fsystemd.git core/dbus-unit: remove reference to cgroup v1 attribute (cherry picked from commit 7fb883fea8a14cb1f56f5547c652b9585720d3c7) (cherry picked from commit f1e8a553e4eb47ba16598cd236bea7ca5f27c351) (cherry picked from commit fc9f7fcfcbb2bbe95cfea718d22e6f828740910c) --- diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index f84192205ef..b03e1decf4b 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -1163,7 +1163,7 @@ static int property_get_cpu_usage( r = unit_get_cpu_usage(u, &ns); if (r < 0 && r != -ENODATA) - log_unit_warning_errno(u, r, "Failed to get cpuacct.usage attribute: %m"); + log_unit_warning_errno(u, r, "Failed to get CPU usage: %m"); return sd_bus_message_append(reply, "t", ns); }