From: Jin Yoon Date: Wed, 25 Oct 2017 13:21:19 +0000 (+0900) Subject: Modify mistyped log X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f96d06386c769c3ff52d28b0e61974be6136d2b;p=apps%2Fnative%2Fposition-finder-server.git Modify mistyped log --- diff --git a/src/controller.c b/src/controller.c index 274f2ba..59120a9 100644 --- a/src/controller.c +++ b/src/controller.c @@ -103,7 +103,7 @@ static bool service_app_create(void *data) */ ad->getter_timer = ecore_timer_add(SENSORING_TIME_INTERVAL, _control_sensors_cb, ad); if (!ad->getter_timer) { - _E("Failed to add infrared motion getter timer"); + _E("Failed to add a timer"); return false; }