--- a/locationmanager/server/src/clocationmanagersession.cpp Tue Apr 27 17:05:23 2010 +0300
+++ b/locationmanager/server/src/clocationmanagersession.cpp Tue May 11 16:36:55 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");
}
// --------------------------------------------------------------------------