HHH-6248 Ominous-sounding WARN message from SessionFactoryObjectFactory

This commit is contained in:
Strong Liu 2011-05-24 17:31:11 +08:00
parent 2e2ad0a640
commit 3cd50f6e40
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class SessionFactoryObjectFactory implements ObjectFactory {
log.warn("Could not bind factory to JNDI", ne); log.warn("Could not bind factory to JNDI", ne);
} }
catch(ClassCastException cce) { catch(ClassCastException cce) {
log.warn("InitialContext did not implement EventContext"); log.debug("InitialContext did not implement EventContext");
} }
} }