webservices/wscore/src/senclientsession.cpp
changeset 1 272b002df977
parent 0 62f9d29f7211
child 9 6abf3d6055cd
--- a/webservices/wscore/src/senclientsession.cpp	Thu Jan 07 16:19:19 2010 +0200
+++ b/webservices/wscore/src/senclientsession.cpp	Mon Jan 18 21:21:14 2010 +0200
@@ -1228,6 +1228,7 @@
             }
         else
             {
+            CSLOG_L(iConnectionID,KMinLogLevel ,"Still we need to handle KErrSenAuthenticationFault");
             retVal = KErrSenSoapFault;
             }
         }
@@ -1236,7 +1237,7 @@
         // Complete. Either init was ok, or some error occurred; client now knows the result
         iAuthenticationRetries = 0;
         aMessage.Complete(ESenServInitialized);
-        CSLOG_L(iConnectionID,KMinLogLevel ,"Completed with ESenServInitialized");
+        CSLOG_FORMAT((iConnectionID,KMinLogLevel ,_L8("Completed with ESenServInitialized errrcode written [%d]"), retVal));
         }
     }
 
@@ -5619,7 +5620,7 @@
                     	{
                     	autoSignInEl->SetContentL( KSenPropertyTrue );
                     	}
-                    TRAPD(retVal,
+                    TRAP(retVal,
 			            	    HBufC8* encPassword = SenXmlUtils::EncodeHttpCharactersLC(password);
 		                    pIdps[i]->SetUserInfoL( pIdps[i]->AuthzID(),
 		                                            pIdps[i]->AdvisoryAuthnID(),