Merge branch '5.3.x' into main
This commit is contained in:
commit
22f75d9ea9
|
@ -336,12 +336,6 @@ public class ResourceWebHandler implements WebHandler, InitializingBean {
|
|||
|
||||
this.locationsToUse.clear();
|
||||
this.locationsToUse.addAll(result);
|
||||
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info(!this.locationsToUse.isEmpty() ?
|
||||
"Locations in use: " + locationToString(this.locationsToUse) :
|
||||
"0 locations in use.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -466,12 +466,6 @@ public class ResourceHttpRequestHandler extends WebContentGenerator
|
|||
|
||||
this.locationsToUse.clear();
|
||||
this.locationsToUse.addAll(result);
|
||||
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info(!this.locationsToUse.isEmpty() ?
|
||||
"Locations in use: " + locationToString(this.locationsToUse) :
|
||||
"0 locations in use.");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue