X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fpolicy.hpp;h=d6aefc9e11e76b700fc5e527d7738e3edca5afee;hb=860d9537b74f6fe406d21d3da753a3d09b995557;hp=ed5d6ba2d68624feefb45b773058485aa9c9121d;hpb=be02238a0e92c74a13daaf516b5f379f29217eb8;p=apps%2Fagl-service-windowmanager.git diff --git a/src/policy.hpp b/src/policy.hpp index ed5d6ba..d6aefc9 100644 --- a/src/policy.hpp +++ b/src/policy.hpp @@ -18,6 +18,7 @@ #define TMCAGLWM_POLICY_HPP #include "layout.hpp" +#include "hmi-debug.h" namespace wm { @@ -25,7 +26,7 @@ class Policy { public: bool layout_is_valid(LayoutState const & /* layout */) { // We do not check for policy currently - logdebug("Policy check returns positive"); + HMI_DEBUG("wm", "Policy check returns positive"); return true; } };