diff -r 81c9bee26a45 -r 3267d9ea3e98 networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp --- a/networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp Tue Jul 13 12:25:28 2010 +0100 +++ b/networkprotocolmodules/suplprotocolmodule/SuplConnectionManager/src/socketwriter.cpp Wed Sep 08 15:16:57 2010 +0100 @@ -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;