diff -r 2580314736af -r 2669f8761a99 simpleengine/siputils/src/simplesipprofileobserver.cpp --- a/simpleengine/siputils/src/simplesipprofileobserver.cpp Thu Aug 19 10:19:02 2010 +0300 +++ b/simpleengine/siputils/src/simplesipprofileobserver.cpp Tue Aug 31 15:35:50 2010 +0300 @@ -272,14 +272,7 @@ } else if ( aEvent == EProfileUpdated ) { -#ifdef _DEBUG - TSimpleLogger::Log(_L("SipProfileObserver: EProfileUpdated - ProfileEnabled : %d" ), iRegistry->IsEnabled( *iProfile ) ); - TSimpleLogger::Log(_L("SipProfileObserver: EProfileUpdated - Profile reg er : %d" ), iRegistry->LastRegistrationError( *iProfile ) ); - TSimpleLogger::Log(_L("SipProfileObserver: EProfileUpdated - IsContextActive : %d" ), iProfile->IsContextActive() ); -#endif - - // Notify observer to refresh SIP connection. - iObs.ProfileUpdated(); + iObs.ProfileStateChanged( CSIPConnection::EUnavailable, KErrNone ); } else if ( aEvent == EProfileDestroyed ) {