Prevent crash issue in case of no input framework 01/109701/3
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 11 Jan 2017 08:03:29 +0000 (17:03 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 11 Jan 2017 08:06:39 +0000 (17:06 +0900)
Change-Id: I99a20d338d19be36cb134db78f26abb01d785fd0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/e_mod_main.c

index e571ad2..4900bab 100644 (file)
@@ -136,8 +136,7 @@ static Eina_Bool _e_text_input_method_create_context(struct wl_client *client, E
 static void
 _e_text_input_log_show(struct wl_resource *resource, uint32_t code, const char *msg, const char *warning_msg)
 {
-   LOGW("%s() is failed\n", warning_msg);
-   wl_resource_post_error(resource, code, "%s", msg);
+   LOGE("%s() is failed. msg : %s\n", warning_msg, msg);
 }
 
 static void