Author: epbernard
Date: 2006-10-24 18:54:48 -0400 (Tue, 24 Oct 2006)
New Revision: 10648
Modified:
branches/Branch_3_2/Hibernate3/src/org/hibernate/impl/SessionImpl.java
Log:
HHH-2174
Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/impl/SessionImpl.java
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/impl/SessionImpl.java 2006-10-24
15:52:48 UTC (rev 10647)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/impl/SessionImpl.java 2006-10-24
22:54:48 UTC (rev 10648)
@@ -427,7 +427,7 @@
interceptor.afterTransactionCompletion(tx);
}
catch (Throwable t) {
- log.error("exception in interceptor beforeTransactionCompletion()", t);
+ log.error("exception in interceptor afterTransactionCompletion()", t);
}
}
if ( autoClear ) {
Show replies by date