summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrinivasa.m <srinivasa.m@samsung.com>2018-12-11 16:48:36 +0530
committersrinivasa.m <srinivasa.m@samsung.com>2018-12-11 16:48:36 +0530
commit7babb927c38fd3bb6e4a51037568beeb2149b2ec (patch)
tree8b0bb2715bf0564c99beff0967e6163c018f772b
parent0b84b62e7e387d9a4dfaddfe26bf81ca14819961 (diff)
downloadsensor-hal-emulator-tizen_5.5.tar.gz
sensor-hal-emulator-tizen_5.5.tar.bz2
sensor-hal-emulator-tizen_5.5.zip
Change-Id: I410ed778a5050aab48ffbaedc89b750f8addee74 Signed-off-by: srinivasa.m <srinivasa.m@samsung.com>
-rwxr-xr-x[-rw-r--r--]src/accel/accel_device.cpp2
-rwxr-xr-x[-rw-r--r--]src/geomag/geomag_device.cpp2
-rwxr-xr-x[-rw-r--r--]src/gyro/gyro_device.cpp2
-rwxr-xr-x[-rw-r--r--]src/gyro_uncal/gyro_uncal_device.cpp2
-rwxr-xr-x[-rw-r--r--]src/hrm/hrm_device.cpp2
-rwxr-xr-x[-rw-r--r--]src/light/light_device.cpp2
-rwxr-xr-x[-rw-r--r--]src/pressure/pressure_device.cpp2
-rwxr-xr-x[-rw-r--r--]src/ultraviolet/uv_device.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/accel/accel_device.cpp b/src/accel/accel_device.cpp
index 7d3fef3..efb9018 100644..100755
--- a/src/accel/accel_device.cpp
+++ b/src/accel/accel_device.cpp
@@ -176,7 +176,7 @@ bool accel_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}
diff --git a/src/geomag/geomag_device.cpp b/src/geomag/geomag_device.cpp
index de45ea6..0bbdcbb 100644..100755
--- a/src/geomag/geomag_device.cpp
+++ b/src/geomag/geomag_device.cpp
@@ -171,7 +171,7 @@ bool geomag_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}
diff --git a/src/gyro/gyro_device.cpp b/src/gyro/gyro_device.cpp
index a5be86b..46f87d2 100644..100755
--- a/src/gyro/gyro_device.cpp
+++ b/src/gyro/gyro_device.cpp
@@ -173,7 +173,7 @@ bool gyro_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}
diff --git a/src/gyro_uncal/gyro_uncal_device.cpp b/src/gyro_uncal/gyro_uncal_device.cpp
index fde7c7c..e33c269 100644..100755
--- a/src/gyro_uncal/gyro_uncal_device.cpp
+++ b/src/gyro_uncal/gyro_uncal_device.cpp
@@ -166,7 +166,7 @@ bool gyro_uncal_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}
diff --git a/src/hrm/hrm_device.cpp b/src/hrm/hrm_device.cpp
index 39087ae..bad0be3 100644..100755
--- a/src/hrm/hrm_device.cpp
+++ b/src/hrm/hrm_device.cpp
@@ -172,7 +172,7 @@ bool hrm_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}
diff --git a/src/light/light_device.cpp b/src/light/light_device.cpp
index ffd3ce3..852e353 100644..100755
--- a/src/light/light_device.cpp
+++ b/src/light/light_device.cpp
@@ -163,7 +163,7 @@ bool light_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}
diff --git a/src/pressure/pressure_device.cpp b/src/pressure/pressure_device.cpp
index 806c604..0ed56d8 100644..100755
--- a/src/pressure/pressure_device.cpp
+++ b/src/pressure/pressure_device.cpp
@@ -166,7 +166,7 @@ bool pressure_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}
diff --git a/src/ultraviolet/uv_device.cpp b/src/ultraviolet/uv_device.cpp
index dd75cc2..0096498 100644..100755
--- a/src/ultraviolet/uv_device.cpp
+++ b/src/ultraviolet/uv_device.cpp
@@ -163,7 +163,7 @@ bool uv_device::set_interval(uint32_t id, unsigned long val)
return false;
}
- _I("Interval is changed from %dms to %dms", m_polling_interval, val);
+ _I("Interval is changed from %lu ms to %lu ms", m_polling_interval, val);
m_polling_interval = val;
return true;
}