locationtriggering/ltstrategyengine/src/lbttriggerview.cpp
branchRCL_3
changeset 13 19bff11d6c18
parent 0 667063e416a2
child 39 3efc7a0e8755
--- a/locationtriggering/ltstrategyengine/src/lbttriggerview.cpp	Fri Mar 12 15:44:22 2010 +0200
+++ b/locationtriggering/ltstrategyengine/src/lbttriggerview.cpp	Mon Mar 15 12:42:19 2010 +0200
@@ -407,7 +407,7 @@
             } );
         if( KErrNone != err )
             {
-            // TODO: Log warning message that entries could not be deleted
+            LOG("Entries could not be deleted");
             }
         }
 
@@ -1100,7 +1100,7 @@
                 }
             else
                 {
-                // TODO: Log error message mentioning the trigger ID
+                LOG1("Invalid trigger ID:%d",( *aIDs )[index]);
                 InvalidateTrigger( ( *aIDs )[index] );
                 }
             }
@@ -1353,7 +1353,7 @@
     FUNC_ENTER("CLbtTriggerView::RunL");
     if( KErrNone != iStatus.Int() )
         {
-        // TODO: Log error here
+        LOG1("iStatus.Int = %d",iStatus.Int() );
         // TODO: Check if error needs to be reported through the 
         //       observer interface
         }