From ac062c3fb4c0f7482e67325a30f73a7a6ff544f8 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Mon, 18 Jun 2018 11:48:45 +0900 Subject: Change debug level of getAppID from surface Change-Id: Icc6eed7215bfc1ac610d063268dd75f53dd8aecd Signed-off-by: Kazumasa Mitsunari --- src/wm_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit 1.2.3-korg