diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-12 11:29:40 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-12 11:29:40 +0200 |
commit | 1025aa2dd28cbdd097bf27b0a5bdbb5c6eac430c (patch) | |
tree | 577f205a671c88218ab4ae3cca19ad3106cbf240 /src | |
parent | 04a5bb45e7c6d3e713c49ce2125173a8b7e46b5b (diff) |
policy: debuglog everytime-positive result
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/policy.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/policy.hpp b/src/policy.hpp index 3c0a234..7ad9872 100644 --- a/src/policy.hpp +++ b/src/policy.hpp @@ -13,6 +13,7 @@ class Policy { public: bool layout_is_valid(LayoutState const & /* layout */) { // We do not check for policy currently + logdebug("Policy check returns positive"); return true; } }; |