osp-locations changed to replace log macros with secure log macros to avoid privacy...
[platform/framework/native/locations.git] / src / FLoc_LocationImpl.cpp
index c26cede..4fd8014 100644 (file)
@@ -99,7 +99,7 @@ _LocationImpl::GetTimestamp(void) const
 
        dateTime.SetValue(1970, 1, 1);
        dateTime.Add(timespan);
-       SysLog(NID_LOC, "The location timeStamp is (%ls)", dateTime.ToString().GetPointer());
+       SysSecureLog(NID_LOC, "The location timeStamp is (%ls)", dateTime.ToString().GetPointer());
        return dateTime;
 }