diff -r 1adb97a15c2f -r d9641c85af2b webservices/wscore/src/sencoreservicemanager.cpp --- a/webservices/wscore/src/sencoreservicemanager.cpp Wed Sep 01 12:28:05 2010 +0100 +++ b/webservices/wscore/src/sencoreservicemanager.cpp Tue Sep 14 23:25:14 2010 +0300 @@ -203,7 +203,7 @@ CSenCoreServiceManager::~CSenCoreServiceManager() { - + TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"CSenCoreServiceManager::~CSenCoreServiceManager()"); // Delete member variables CSenCoreServiceManager::SetShowPasswordDialog(EFalse); delete ipServerContext; @@ -226,6 +226,7 @@ // } #ifdef _SENDEBUG + TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"CSenCoreServiceManager::~CSenCoreServiceManager() Completed"); TLSLOG_CLOSE(KSenFaultsLogChannel); TLSLOG_CLOSE(KSenUtilsLogChannel); TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"Log file closed."); @@ -580,14 +581,14 @@ TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"- Shutdown timer cancelled, serving emerged new client."); } iConnectionCount++; - TLSLOG_FORMAT((KSenCoreServiceManagerLogChannelBase , KNormalLogLevel, _L8("- Client count increased to: %d"),iConnectionCount)); + TLSLOG_FORMAT((KSenCoreServiceManagerLogChannelBase , KMinLogLevel, _L8("- Client count increased to: %d"),iConnectionCount)); } void CSenCoreServiceManager::DecrementConnections() { - TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KNormalLogLevel,"CSenCoreServiceManager::DecrementConnections"); + TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"CSenCoreServiceManager::DecrementConnections"); iConnectionCount--; - TLSLOG_FORMAT((KSenCoreServiceManagerLogChannelBase , KNormalLogLevel, _L8("- Client count decreased to: %d"),iConnectionCount)); + TLSLOG_FORMAT((KSenCoreServiceManagerLogChannelBase , KMinLogLevel, _L8("- Client count decreased to: %d"),iConnectionCount)); if (iConnectionCount <= 0) { if( iShutdownTimer ) @@ -1201,6 +1202,7 @@ TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"- About to instantiate new transport (arg: ctx)"); // default to HTTP Channel transport plug-in: TRAP( leaveCode, pTransport = CSenTransport::NewL(pCtx); ) + TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"- About to instantiate new transport (arg: ctx) 1"); if( leaveCode ) { TLSLOG_FORMAT((KSenCoreServiceManagerLogChannelBase , KMinLogLevel, _L8("- Could not load new transport plugin, leave: %d"),leaveCode));