Skip to content

Commit

Permalink
mm: oom_kill: Reduce some verbose logging
Browse files Browse the repository at this point in the history
Signed-off-by: engstk <eng.stk@sapo.pt>
  • Loading branch information
lzlrd authored and engstk committed May 10, 2021
1 parent 44e44ef commit cd46e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ void exit_oom_victim(void)
void oom_killer_enable(void)
{
oom_killer_disabled = false;
pr_info("OOM killer enabled.\n");
pr_debug("OOM killer enabled.\n");
}

/**
Expand Down Expand Up @@ -947,7 +947,7 @@ bool oom_killer_disable(signed long timeout)
oom_killer_enable();
return false;
}
pr_info("OOM killer disabled.\n");
pr_debug("OOM killer disabled.\n");

return true;
}
Expand Down

0 comments on commit cd46e70

Please sign in to comment.