Merge "Replace LOG.warn with LOG.warning"

This commit is contained in:
Zuul 2018-04-03 23:48:19 +00:00 committed by Gerrit Code Review
commit 32541e43a7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def match_conditions(json_content, filter_conditions):
is_conditions_passed = False
break
else:
LOG.warn(" Filter string mismatch ")
LOG.warning(" Filter string mismatch ")
LOG.debug(" JSON CONTENT " + str(is_conditions_passed))
return is_conditions_passed