Python 3 deprecated the logger.warn method, see: https://docs.python.org/3/library/logging.html#logging.warning so we prefer to use warning to avoid DeprecationWarning. Change-Id: I9a99477f3f41884e86c984ffde9f46498953e933 Closes-Bug: #1530742
Python 3 deprecated the logger.warn method, see: https://docs.python.org/3/library/logging.html#logging.warning so we prefer to use warning to avoid DeprecationWarning. Change-Id: I9a99477f3f41884e86c984ffde9f46498953e933 Closes-Bug: #1530742