diff --git a/src/core/dbus-unit.c b/src/core/dbus-unit.c index 36b1bfa066..1a037b7035 100644 --- a/src/core/dbus-unit.c +++ b/src/core/dbus-unit.c @@ -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); }