@ -147,8 +147,8 @@ public class AnnotationConfigContextLoader extends AbstractGenericContextLoader
@@ -147,8 +147,8 @@ public class AnnotationConfigContextLoader extends AbstractGenericContextLoader
if(configClasses.isEmpty()){
if(logger.isInfoEnabled()){
logger.info(String.format("Cannot generate default configuration classes for test class [%s]: "
+"test class does not declare any static, non-private, non-final, inner classes "
+"annotated with @Configuration.",declaringClass));
+"%s does not declare any static, non-private, non-final, inner classes "
+"annotated with @Configuration.",declaringClass.getName(),declaringClass.getSimpleName()));