diff -r 48e9d43c1d7f -r 9e96e2676219 webservices/wscore/src/senclientsession.cpp --- a/webservices/wscore/src/senclientsession.cpp Tue Apr 27 17:46:55 2010 +0300 +++ b/webservices/wscore/src/senclientsession.cpp Tue May 11 17:14:12 2010 +0300 @@ -998,6 +998,7 @@ { CSLOG_L(iConnectionID,KMinLogLevel ,"ESenServGetIdentityProviders"); IdentityProviders(aMessage); + CSLOG_L(iConnectionID,KMinLogLevel ,"ESenServGetIdentityProviders Completed"); break; } default: @@ -5552,6 +5553,7 @@ const RPointerArray pIdps = ((MSenCoreServiceManager&)iManager).IdentityProvidersL(); const TInt count = pIdps.Count(); + CSLOG_FORMAT((iConnectionID, KMinLogLevel , _L8("- TOTAL IDP Found: %d"), count)); // Calculate required heap allocation size: TInt size(0); @@ -5666,11 +5668,12 @@ } CSLOG_L(iConnectionID,KMaxLogLevel ,"- Requested descriptions:"); CSLOG_ALL(iConnectionID,KMaxLogLevel ,(*pIdPrs)); + CSLOG_L(iConnectionID,KMinLogLevel ,"CSenClientSession::IdentityProviders completed"); } #ifdef _SENDEBUG else { - CSLOG_FORMAT((iConnectionID, KNormalLogLevel , _L8("- AllocDescToRMsgL failed: %d"), retVal)); + CSLOG_FORMAT((iConnectionID, KMinLogLevel , _L8("- AllocDescToRMsgL failed: %d"), retVal)); } #endif // _SENDEBUG