From 9f96d06386c769c3ff52d28b0e61974be6136d2b Mon Sep 17 00:00:00 2001 From: Jin Yoon Date: Wed, 25 Oct 2017 22:21:19 +0900 Subject: [PATCH] Modify mistyped log --- src/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4