diff -r 33ae025ac1e8 -r 8e4539ab1889 locationmanager/server/src/clocationmanagersession.cpp --- a/locationmanager/server/src/clocationmanagersession.cpp Mon May 03 12:55:01 2010 +0300 +++ b/locationmanager/server/src/clocationmanagersession.cpp Fri May 14 16:17:23 2010 +0300 @@ -280,11 +280,11 @@ // void CLocationManagerSession::CurrentLocationL( const RMessage2& aMessage ) { - LOG ("CLocationManagerSession::StartLocationTrailL begin"); + LOG ("CLocationManagerSession::CurrentLocationL begin"); iLocationHandle = aMessage.Handle(); // server creates completion after it has received current location data Server().RequestCurrentLocationL( aMessage ); - LOG ("CLocationManagerSession::StartLocationTrailL end"); + LOG ("CLocationManagerSession::CurrentLocationL end"); } // --------------------------------------------------------------------------