Skip to content

Commit

Permalink
LowResourceMonitor.getReasons should include detailed reason instead …
Browse files Browse the repository at this point in the history
…of hard-coded message (#9337) (#9338)
  • Loading branch information
jluehe authored Feb 13, 2023
1 parent 5f25f5b commit f43ca5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ protected void monitor()
{
if (lowResourceCheck.isLowOnResources())
{
reasons = lowResourceCheck.toString();
reasons = lowResourceCheck.getReason();
break;
}
}
Expand Down

0 comments on commit f43ca5d

Please sign in to comment.