diff -r 1adb97a15c2f -r d9641c85af2b webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp --- a/webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp Wed Sep 01 12:28:05 2010 +0100 +++ b/webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp Tue Sep 14 23:25:14 2010 +0300 @@ -110,6 +110,7 @@ { case MSenProperties::ESenHttpTransportProperties: { + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("----- ESenHttpTransportProperties"))); TInt minutes; ((CSenHttpTransportProperties*)tp)->IntPropertyL(WSOviSession::KDateHttpHeader(), minutes); pCtx.Update(WSOviContextKeys::KRetryNeeded, minutes); @@ -117,11 +118,13 @@ break; case MSenProperties::ESenLayeredHttpTransportProperties: { + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("----- ESenLayeredHttpTransportProperties"))); TInt minutes; ((CSenLayeredHttpTransportProperties*)tp)->IntPropertyL(WSOviSession::KDateHttpHeader(), minutes); pCtx.Update(WSOviContextKeys::KRetryNeeded, minutes); } default: + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("----- Default"))); break; } }