mirror of
https://github.com/systemd/systemd.git
synced 2024-10-29 21:55:36 +03:00
Merge pull request #24271 from yuwata/oom-log-message-m
oom: drop invalid %m in the log message
This commit is contained in:
commit
2ef59656b7
@ -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