diff -r 34fc115b8742 -r 41cc8e7ff496 commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp --- a/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp Fri Jun 11 14:52:21 2010 +0300 +++ b/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp Wed Aug 18 10:59:59 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,