Skip to content

Commit

Permalink
oom: drop invalid %m in the log message
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwata committed Aug 10, 2022
1 parent 6a941db commit b6f6df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oom/oomd-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b6f6df4

Please sign in to comment.