locationmanager/server/src/clocationmanagersession.cpp
branchRCL_3
changeset 26 9f21bab39f42
parent 17 50de4d668bb6
child 36 aa5a574040a4
child 47 b73252188534
--- 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");
     }
 
 // --------------------------------------------------------------------------