aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/wm_client.cpp2
1 files changed, 2 insertions, 0 deletions
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;