From: <aye...@us...> - 2009-11-20 15:19:57
|
Revision: 4841 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4841&view=rev Author: ayenderahien Date: 2009-11-20 15:19:50 +0000 (Fri, 20 Nov 2009) Log Message: ----------- Log when creating child session Modified Paths: -------------- branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionImpl.cs Modified: branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionImpl.cs =================================================================== --- branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionImpl.cs 2009-11-20 15:18:26 UTC (rev 4840) +++ branches/2.1.x/nhibernate/src/NHibernate/Impl/SessionImpl.cs 2009-11-20 15:19:50 UTC (rev 4841) @@ -2371,6 +2371,7 @@ if (rtn == null) { + log.DebugFormat("Creating child session with {0}", entityMode); rtn = new SessionImpl(this, entityMode); childSessionsByEntityMode.Add(entityMode, rtn); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |