Skip to content

Commit

Permalink
HHH-7508 Debug logging throws MissingFormatArgumentException when usi…
Browse files Browse the repository at this point in the history
…ng non standard Optimizer
  • Loading branch information
stliu committed Aug 8, 2012
1 parent da241cb commit 0068625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 0068625

Please sign in to comment.