HHH-9659 AnnotationMetadataSourceProcessorImpl uses a Logger.debugf method without matching parameters

This commit is contained in:
Sanne Grinovero 2015-03-12 00:16:21 +00:00
parent 6eb6f38721
commit 04e7cfce70
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}