X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.c;h=19d3ec0da91e84ec474c0fd79a0752b5709f23a7;hb=615938651d3a4fd9253b08da00db22d451a8cef8;hp=12a96a76399561af1a32f0f10eac03dfeb69f914;hpb=ff0af2a1660bb122f29713c9b2aff8179f165bb7;p=elogind.git diff --git a/src/core/execute.c b/src/core/execute.c index 12a96a763..19d3ec0da 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -1417,7 +1417,7 @@ static int exec_child( sprintf(t, "%i", context->oom_score_adjust); r = write_string_file("/proc/self/oom_score_adj", t); - if (r == -EPERM || r == EACCES) { + if (r == -EPERM || r == -EACCES) { log_open(); log_unit_debug_errno(params->unit_id, r, "Failed to adjust OOM setting, assuming containerized execution, ignoring: %m"); log_close();