Merge branch '1.2.x'

pull/3040/head
Stephane Nicoll 10 years ago
commit dbc538d054

@ -393,7 +393,7 @@ public class ConfigFileApplicationListener implements
msg.append("config file ");
msg.append("'" + location + "' ");
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);
return propertySource;

Loading…
Cancel
Save