Merge branch 'jetty-10.0.x' into jetty-11.0.x
This commit is contained in:
commit
f783b20dde
|
@ -280,7 +280,7 @@ public class LowResourceMonitor extends ContainerLifeCycle
|
|||
{
|
||||
if (lowResourceCheck.isLowOnResources())
|
||||
{
|
||||
reasons = lowResourceCheck.toString();
|
||||
reasons = lowResourceCheck.getReason();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue