From 37ff88e958898647db10629c0db50e0c8a4eb9a9 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 19 Jun 2018 11:36:50 +0900 Subject: [PATCH] Show debug message when surface is removed Change-Id: Icffbc5e1193486f7fa9825738bbc1b3798fdbc18 Signed-off-by: Kazumasa Mitsunari --- src/wm_client.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wm_client.cpp b/src/wm_client.cpp index e226791..f05bd17 100644 --- a/src/wm_client.cpp +++ b/src/wm_client.cpp @@ -129,6 +129,8 @@ bool WMClient::removeSurfaceIfExist(unsigned surface) { if (surface == x.second) { + HMI_INFO("wm", "Remove surface from client %s: role %s, surface: %d", + this->id.c_str(), x.first.c_str(), x.second); this->role2surface.erase(x.first); ret = true; break; -- 2.16.6