Commit 6efa2d53 authored by Phillip Webb's avatar Phillip Webb

Merge branch '1.1.x'

parents 4668f597 0408eb41
......@@ -391,7 +391,7 @@ public class ConfigFileApplicationListener implements
msg.append(propertySource == null ? "Skipped " : "Loaded ");
msg.append("config file ");
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" : "");
this.debug.add(msg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment