aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_client.cpp')
-rw-r--r--src/wm_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wm_client.cpp b/src/wm_client.cpp
index 24e2247..75087cc 100644
--- a/src/wm_client.cpp
+++ b/src/wm_client.cpp
@@ -84,7 +84,7 @@ unsigned WMClient::surfaceID(const string &role) const
{
if (0 == this->role2surface.count(role))
{
- HMI_WARNING("wm", "invalid role");
+ HMI_NOTICE("wm", "invalid role");
return INVALID_SURFACE_ID;
}
return this->role2surface.at(role);