subsurface: not sending fatal error when got wrong surface id 82/106182/1
authorBoram Park <boram1288.park@samsung.com>
Tue, 20 Dec 2016 22:47:52 +0000 (07:47 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 20 Dec 2016 22:49:56 +0000 (07:49 +0900)
Change-Id: I0348bc4028b7583636aa305a1bf16984c79bf1ef

src/bin/e_policy_wl.c

index de333eb..8ebe3a7 100644 (file)
@@ -2022,8 +2022,7 @@ _tzpol_iface_cb_subsurface_get(struct wl_client *client, struct wl_resource *res
    epc = e_pixmap_find_client_by_res_id(parent_id);
    if (!epc)
      {
-        wl_resource_post_error(resource, WL_DISPLAY_ERROR_INVALID_OBJECT,
-                               "tizen_policy failed: wrong parent_id(%d)", parent_id);
+        ERR("tizen_policy failed: wrong parent_id(%d)", parent_id);
         return;
      }