diff -r c8caa15ef882 -r e6a66db4e9d0 simpleengine/siputils/src/simplesipprofileobserver.cpp --- a/simpleengine/siputils/src/simplesipprofileobserver.cpp Tue Feb 02 01:05:17 2010 +0200 +++ b/simpleengine/siputils/src/simplesipprofileobserver.cpp Fri Mar 19 09:37:41 2010 +0200 @@ -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 ) {