networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp
changeset 60 9a7e3d5f461a
parent 36 b47902b73a93
--- a/networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp	Wed Aug 18 11:11:46 2010 +0300
+++ b/networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp	Fri Sep 17 08:37:32 2010 +0300
@@ -191,6 +191,8 @@
 	
 	if (connectionType == TLbsHostSettingsSupl::ELbsConnectionTypeInvalid)
 		{
+	    SUPLLOG(ELogP1, "connectionType is TLbsHostSettingsSupl::ELbsConnectionTypeInvalid\n");
+
 		iConnection.Start(iStatus);
 		}
 	else
@@ -198,6 +200,7 @@
 		TCommDbConnPref prefs;
 		prefs.SetIapId(ap);
 		prefs.SetDialogPreference(ECommDbDialogPrefDoNotPrompt);
+		SUPLLOG2(ELogP1, "iConnection.Start(ap=%d)\n", ap);
 		iConnection.Start(prefs, iStatus);
 		}
 
@@ -224,7 +227,7 @@
 			}
 		else
 			{
-			SUPLLOG(ELogP1, "CSocketWriterBase::RunL() Connection Error(KErrCouldNotConnect)\n");
+			SUPLLOG2(ELogP1, "CSocketWriterBase::RunL() Connection Error(KErrCouldNotConnect) iStatus = %d\n", iStatus);
 			iObserver.ConnectionError(KErrCouldNotConnect, iCallbackId, iLastSessionId, cleanup);
 			}
 		break;