diff -r c14618f9de99 -r 22c3c67e5001 bearermanagement/mpm/src/mpmserversession.cpp --- a/bearermanagement/mpm/src/mpmserversession.cpp Wed Apr 14 16:22:04 2010 +0300 +++ b/bearermanagement/mpm/src/mpmserversession.cpp Tue Apr 27 17:03:25 2010 +0300 @@ -2342,6 +2342,39 @@ ResolveConnType( aMpmConnPref ); MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +BearerSet = %d", aMpmConnPref.BearerSet()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +ConnSelectionDialog = %d", aMpmConnPref.ConnSelectionDialog()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +ConnType = %d", aMpmConnPref.ConnType()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +DisconnectDialog = %d", aMpmConnPref.DisconnectDialog()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +ForcedRoaming = %d", aMpmConnPref.ForcedRoaming() ); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +IapId = %d", aMpmConnPref.IapId()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +MandateIap = %d", aMpmConnPref.MandateIap()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +NetId = %d", aMpmConnPref.NetId()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +NoteBehaviour = %d", aMpmConnPref.NoteBehaviour()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +SnapId = %d", aMpmConnPref.SnapId()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ +SnapPurpose = %d", aMpmConnPref.SnapPurpose()); + + MPMLOGSTRING2( "CMPMServerSession::ExtractConnPref - \ Error code in the end: %d", error ) return error; }