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

This commit is contained in:
Strong Liu 2012-08-08 21:14:39 +08:00
parent 7294d15271
commit 4d6ae731a9
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;
}
}