Log correct class name for introspection failure
Issue: SPR-13091
This commit is contained in:
parent
d3b5aeb768
commit
d4ee75ddf0
|
|
@ -175,7 +175,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue