Fixed class name in debug log message
This commit is contained in:
@@ -163,7 +163,7 @@ abstract class ConfigurationClassUtils {
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Failed to introspect @Bean methods on class [" + metadata.getClass() + "]: " + ex);
|
||||
logger.debug("Failed to introspect @Bean methods on class [" + metadata.getClassName() + "]: " + ex);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user