mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
core/dbus-unit: don't log cgroup v1 property name
This commit is contained in:
@@ -1075,7 +1075,7 @@ static int property_get_current_memory(
|
||||
|
||||
r = unit_get_memory_current(u, &sz);
|
||||
if (r < 0 && r != -ENODATA)
|
||||
log_unit_warning_errno(u, r, "Failed to get memory.usage_in_bytes attribute: %m");
|
||||
log_unit_warning_errno(u, r, "Failed to get current memory usage from cgroup: %m");
|
||||
|
||||
return sd_bus_message_append(reply, "t", sz);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user