Commit 837070d6 authored by Dave Syer's avatar Dave Syer

Tidy up log message (add space)

parent acf458b4
......@@ -69,7 +69,7 @@ public abstract class SpringBootCondition implements Condition {
message.append("#");
message.append(methodMetadata.getMethodName());
}
message.append(result.isMatch() ? " matched" : "did not match");
message.append(result.isMatch() ? " matched" : " did not match");
if (StringUtils.hasLength(result.getMessage())) {
message.append(" due to ");
message.append(result.getMessage());
......
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