sensord: remove unnecessary information from the log 98/113598/1 accepted/tizen/3.0/common/20170214.180453 accepted/tizen/3.0/ivi/20170214.042018 accepted/tizen/3.0/mobile/20170214.041840 accepted/tizen/3.0/tv/20170214.042006 accepted/tizen/3.0/wearable/20170214.042132 submit/tizen_3.0/20170213.085643
authorkibak.yoon <kibak.yoon@samsung.com>
Wed, 8 Feb 2017 07:25:59 +0000 (16:25 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Wed, 8 Feb 2017 07:25:59 +0000 (16:25 +0900)
Change-Id: I6c9d33f187105ed71093f1833d6c57274d4df7c9
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/client/client.cpp

index 7fd43f5..bc559ff 100644 (file)
@@ -1047,8 +1047,8 @@ static int change_pause_policy(int handle, int pause)
        AUTOLOCK(lock);
 
        retvm_if((pause < 0) || (pause >= SENSORD_PAUSE_END), -EINVAL,
-               "Invalid pause value : %d, handle: %d, %s, %s",
-               pause, handle, get_sensor_name(sensor_id), get_client_name());
+               "Invalid pause value : %d, handle: %d, %s",
+               pause, handle, get_client_name());
 
        if (!sensor_client_info::get_instance().get_sensor_state(handle, sensor_state)||
                !sensor_client_info::get_instance().get_sensor_id(handle, sensor_id)) {