Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson 2015-04-14 10:21:15 +01:00
commit fdd3f12ee0
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,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()) {