Merge branch 'jetty-10.0.x' into jetty-11.0.x

This commit is contained in:
Olivier Lamy 2023-02-14 09:37:52 +10:00
commit f783b20dde
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ public class LowResourceMonitor extends ContainerLifeCycle
{
if (lowResourceCheck.isLowOnResources())
{
reasons = lowResourceCheck.toString();
reasons = lowResourceCheck.getReason();
break;
}
}