commit | 97bacbfc1bc4a928de145235ffba39b2ca847d81 | [log] [tgz] |
---|---|---|
author | huayue <huayuev5@gmail.com> | Mon Jan 04 09:57:39 2016 +0800 |
committer | huayue <huayuev5@gmail.com> | Fri Jan 08 10:32:47 2016 +0800 |
tree | 4a9bdbc93976dbe74c23dfc9591911c7da3ffb53 | |
parent | ec983211b139c6b257b41f3ef3b8549d675da1fd [diff] |
Replace deprecated [logger/LOG].warn with warning 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: I6b09f67bb63fbdf31903ec175db012fc50e87f16 Closes-Bug: 1508442