locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp
changeset 39 3efc7a0e8755
parent 18 3825cf2dc8c2
child 45 6b6920c56e2f
--- a/locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp	Fri Jul 23 19:40:48 2010 +0530
+++ b/locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp	Fri Aug 06 19:34:22 2010 +0530
@@ -1213,8 +1213,11 @@
                 {
                 iNObservedValues.Remove( 0 );
                 }
-            iNObservedValues.Append( obsValue );
-            
+            TInt error = iNObservedValues.Append( obsValue );
+            if( error != KErrNone )
+                {
+                LOG1("Failed to append obsValue:%d",error);
+                }
             TReal num = 0.0;
             TReal den = 0.0;
             TReal obsSpeed = 0.0;