Modify mistyped log
authorJin Yoon <jinny.yoon@samsung.com>
Wed, 25 Oct 2017 13:21:19 +0000 (22:21 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Wed, 25 Oct 2017 13:21:19 +0000 (22:21 +0900)
src/controller.c

index 274f2ba..59120a9 100644 (file)
@@ -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;
        }