diff -r 00c6709d25aa -r 9d7ce34704c8 commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp --- a/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp Thu Aug 19 11:05:47 2010 +0300 +++ b/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp Tue Aug 31 16:25:36 2010 +0300 @@ -157,8 +157,13 @@ return KErrNone; } - __FLOG_STATIC1(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::ConstructL() constructing session object object <%08x>"), this); - +#ifdef __FLOG_ACTIVE + RThread self; + TBuf name; + self.FullName(name); + __FLOG_STATIC2(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::ConstructL() constructing session object <%08x> in thread \"%S\""), this, &name); +#endif + EstablishVersionL(aRequiredVersion); // Connect to the repository @@ -187,6 +192,7 @@ @internalComponent */ { + __FLOG_STATIC1(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::Close() closing session object <%08x>"), this); #ifndef __TOOLS2__ TRAPD( err,