webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp
branchRCL_3
changeset 38 d9641c85af2b
parent 37 1adb97a15c2f
--- 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;
 	                    }
 	                }