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
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class OptimizerFactory {
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;
}
}