mm: oom_kill: Reduce some verbose logging
Signed-off-by: engstk <eng.stk@sapo.pt>
This commit is contained in:
parent
8ed372cd67
commit
1c19be24ee
1 changed files with 2 additions and 2 deletions
|
@ -787,7 +787,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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -824,7 +824,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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue