Merge branch '1.1.x'

This commit is contained in:
Phillip Webb 2014-11-18 12:05:44 -08:00
commit 6efa2d5315
1 changed files with 1 additions and 1 deletions

View File

@ -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);