
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: I5130cd6d620881c190297f6fe300def7d6037fce 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: I5130cd6d620881c190297f6fe300def7d6037fce Closes-Bug: #1530742