HHH-7508 Debug logging throws MissingFormatArgumentException when using non standard Optimizer

This commit is contained in:
Strong Liu 2012-08-08 21:12:59 +08:00
parent da241cb7ac
commit 0068625ee7

View File

@ -99,7 +99,7 @@ else if ( POOLED_LO.externalName.equals( externalName ) ) {
return POOLED_LO;
}
else {
LOG.debugf( "Unknown optimizer key [%s]; returning null assuming Optimizer impl class name" );
LOG.debugf( "Unknown optimizer key [%s]; returning null assuming Optimizer impl class name", externalName );
return null;
}
}