subsurface: Add log information 80/261380/8
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 16 Jul 2021 06:42:16 +0000 (15:42 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 21 Jul 2021 02:49:57 +0000 (02:49 +0000)
It additionally prints the pointer of E_Client for sub-surface
when the comp_data of parent is deleted.

Change-Id: I446c3afc657bc82f3aa15019383ea43365bcba27

src/bin/e_comp_wl_subsurface.c

index ebced9820e15dadef0f6ba4e11771f1b50bb8e7b..e1a49adf05fc7f089281ca88a8bdd6d2735ab399 100644 (file)
@@ -1557,7 +1557,8 @@ _e_comp_wl_subsurface_cb_parent_comp_data_del(void *data, E_Client *ec)
    if (sub->base.parent != ec)
      return;
 
-   ELOGF("SUBSURFACE", "The comp_data of parent E_Client is deleted", ec);
+   ELOGF("SUBSURFACE", "The comp_data of parent(%p) is deleted",
+         sub->ec, sub->base.parent);
 
    if ((sub->ec) &&
        (sub->ec->comp_data->sub.watcher))