Commit 4f988d2a authored by Andy Wilkinson's avatar Andy Wilkinson

Polish log message in AutoConfigurationReportLoggingInitializer

parent 2d7c0c2f
......@@ -105,7 +105,7 @@ public class AutoConfigurationReportLoggingInitializer implements
if (isCrashReport && this.logger.isInfoEnabled()
&& !this.logger.isDebugEnabled()) {
this.logger.info("\n\nError starting ApplicationContext. "
+ "To display the auto-configuration report enabled "
+ "To display the auto-configuration report enable "
+ "debug logging (start with --debug)\n\n");
}
if (this.logger.isDebugEnabled()) {
......
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