commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp
branchRCL_3
changeset 26 b564fb5fd78b
parent 25 9d7ce34704c8
--- a/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp	Tue Aug 31 16:25:36 2010 +0300
+++ b/commsfwtools/preparedefaultcommsdatabase/src/CommsDatSessionImpl.cpp	Wed Sep 01 12:35:48 2010 +0100
@@ -157,13 +157,8 @@
         return KErrNone;
         }
     
-#ifdef __FLOG_ACTIVE
-    RThread self;
-    TBuf<KMaxFullName> name;
-    self.FullName(name);
-    __FLOG_STATIC2(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::ConstructL() constructing session object <%08x> in thread \"%S\""), this, &name);
-#endif
-
+    __FLOG_STATIC1(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::ConstructL() constructing session object object <%08x>"), this);
+    
     EstablishVersionL(aRequiredVersion); 
  
     // Connect to the repository
@@ -192,7 +187,6 @@
 @internalComponent
 */
     {
-    __FLOG_STATIC1(KLogComponent, KCDInfoLog, _L("*** CMDBSessionImpl::Close() closing session object <%08x>"), this);
 #ifndef __TOOLS2__
     TRAPD(
         err,