Merge "Replace LOG.warn with LOG.warning"
This commit is contained in:
commit
32541e43a7
@ -77,7 +77,7 @@ def match_conditions(json_content, filter_conditions):
|
|||||||
is_conditions_passed = False
|
is_conditions_passed = False
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
LOG.warn(" Filter string mismatch ")
|
LOG.warning(" Filter string mismatch ")
|
||||||
LOG.debug(" JSON CONTENT " + str(is_conditions_passed))
|
LOG.debug(" JSON CONTENT " + str(is_conditions_passed))
|
||||||
return is_conditions_passed
|
return is_conditions_passed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user