HHH-9659 AnnotationMetadataSourceProcessorImpl uses a Logger.debugf method without matching parameters
This commit is contained in:
parent
6eb6f38721
commit
04e7cfce70
|
@ -253,7 +253,7 @@ public class AnnotationMetadataSourceProcessorImpl implements MetadataSourceProc
|
|||
|
||||
for ( XClass clazz : orderedClasses ) {
|
||||
if ( processedEntityNames.contains( clazz.getName() ) ) {
|
||||
log.debugf( "Skipping annotated class processing of entity [%s], as it has already been processed" );
|
||||
log.debugf( "Skipping annotated class processing of entity [%s], as it has already been processed", clazz );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue