From: Peter S. <sz...@us...> - 2004-09-30 18:24:33
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24026 Modified Files: BatcherImpl.cs Log Message: Fixed a log line Index: BatcherImpl.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Impl/BatcherImpl.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** BatcherImpl.cs 15 Sep 2004 13:18:32 -0000 1.7 --- BatcherImpl.cs 30 Sep 2004 18:24:22 -0000 1.8 *************** *** 240,244 **** // turning around and calling a diff method. CloseQueryCommand( cmd, reader ); ! //LogClosePreparedCommands(); } --- 240,244 ---- // turning around and calling a diff method. CloseQueryCommand( cmd, reader ); ! LogClosePreparedCommands(); } |