diff options
Diffstat (limited to 'policyhandler/policy_updater.py')
-rw-r--r-- | policyhandler/policy_updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policyhandler/policy_updater.py b/policyhandler/policy_updater.py index 8909cc7..235e2b6 100644 --- a/policyhandler/policy_updater.py +++ b/policyhandler/policy_updater.py @@ -420,7 +420,7 @@ class PolicyUpdater(Thread): PolicyUpdater._logger.warning(result) elif not updated_policies and not removed_policies: result = "- not sending empty policy-updates to deployment-handler" - PolicyUpdater._logger.warning(result) + PolicyUpdater._logger.info(result) else: message = PolicyUpdateMessage(updated_policies, removed_policies, policy_filter_matches, False) |