From: Kazumasa Mitsunari Date: Mon, 18 Jun 2018 02:48:45 +0000 (+0900) Subject: Change debug level of getAppID from surface X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ac062c3fb4c0f7482e67325a30f73a7a6ff544f8;p=apps%2Fagl-service-windowmanager.git Change debug level of getAppID from surface Change-Id: Icc6eed7215bfc1ac610d063268dd75f53dd8aecd Signed-off-by: Kazumasa Mitsunari --- 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);