Modify the description
[apps/agl-service-windowmanager.git] / src / wm_client.cpp
index 75087cc..e226791 100644 (file)
@@ -84,7 +84,7 @@ unsigned WMClient::surfaceID(const string &role) const
 {
     if (0 == this->role2surface.count(role))
     {
-        HMI_NOTICE("wm", "invalid role");
+        HMI_NOTICE("wm", "invalid role %s : appID : %s", role.c_str(), this->id.c_str());
         return INVALID_SURFACE_ID;
     }
     return this->role2surface.at(role);