locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp
changeset 40 16118e24b93b
parent 18 3825cf2dc8c2
child 45 6b6920c56e2f
--- a/locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp	Tue Jul 06 14:44:11 2010 +0300
+++ b/locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp	Wed Aug 18 10:11:45 2010 +0300
@@ -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;