Merge branch '1.1.x'
This commit is contained in:
commit
6efa2d5315
|
|
@ -391,7 +391,7 @@ public class ConfigFileApplicationListener implements
|
||||||
msg.append(propertySource == null ? "Skipped " : "Loaded ");
|
msg.append(propertySource == null ? "Skipped " : "Loaded ");
|
||||||
msg.append("config file ");
|
msg.append("config file ");
|
||||||
msg.append("'" + location + "' ");
|
msg.append("'" + location + "' ");
|
||||||
msg.append(StringUtils.hasLength(profile) ? "for profile " : "");
|
msg.append(StringUtils.hasLength(profile) ? "for profile " + profile : "");
|
||||||
msg.append(resource == null || !resource.exists() ? "resource not found" : "");
|
msg.append(resource == null || !resource.exists() ? "resource not found" : "");
|
||||||
this.debug.add(msg);
|
this.debug.add(msg);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue