better log

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17825 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2009-10-23 13:33:58 +00:00
parent ecdc192ca4
commit 61e225e2c5
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ public class AnnotationConfiguration extends Configuration {
}
catch ( ClassNotFoundException e ) {
//validator is not present
log.debug( "Validator not present in classpath, ignoring event listener registration" );
log.debug( "Legacy Validator not present in classpath, ignoring event listener registration" );
}
if ( enableValidatorListeners && validateEventListenerClass != null ) {
//TODO so much duplication