mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-05 09:17:44 +03:00
oom: drop invalid %m in the log message
Fixes https://github.com/systemd/systemd/issues/23785#issuecomment-1210030100.
(cherry picked from commit b6f6df4cb0
)
This commit is contained in:
parent
b3dd66f32b
commit
a3348ba748
@ -83,7 +83,7 @@ static int process_managed_oom_message(Manager *m, uid_t uid, JsonVariant *param
|
||||
|
||||
r = cg_path_get_owner_uid(message.path, &cg_uid);
|
||||
if (r < 0) {
|
||||
log_debug("Failed to get cgroup %s owner uid: %m", message.path);
|
||||
log_debug_errno(r, "Failed to get cgroup %s owner uid: %m", message.path);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user