X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayout.c;h=86b4b7ff6c2777f79b8f282d105997055bc603fd;hb=39c91d5ccae3b65b8fd06276ec4f902e2ff09c7d;hp=c2b17ce62fd1e81172d230bc15be34df5b86b80c;hpb=fc783c19e6f6b9bed1c533dc158f1b0aa32d25c1;p=src%2Fagl-compositor.git diff --git a/src/layout.c b/src/layout.c index c2b17ce..86b4b7f 100644 --- a/src/layout.c +++ b/src/layout.c @@ -419,9 +419,11 @@ ivi_layout_desktop_committed(struct ivi_surface *surf) return; if (app_id) { - weston_log("Surface with app_id %s, role %s activating by default\n", - weston_desktop_surface_get_app_id(surf->dsurface), - ivi_layout_get_surface_role_name(surf)); + weston_log("Surface with app_id %s, role %s activating " + "by default on output %s\n", + weston_desktop_surface_get_app_id(surf->dsurface), + ivi_layout_get_surface_role_name(surf), + output->output->name); ivi_layout_activate(output, app_id); } return; @@ -796,8 +798,8 @@ ivi_layout_activate_by_surf(struct ivi_output *output, struct ivi_surface *surf) } #ifdef AGL_COMP_DEBUG - weston_log("Activating app_id %s, type %s\n", app_id, - ivi_layout_get_surface_role_name(surf)); + weston_log("Activating app_id %s, type %s, on output %s\n", app_id, + ivi_layout_get_surface_role_name(surf), output->output->name); #endif if (surf->role == IVI_SURFACE_ROLE_POPUP) {