Comment 22 for bug 1530742

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-heatclient (master)

Reviewed: https://review.openstack.org/263118
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=b65817fa43fa12dc7dbade45c7954714e7179860
Submitter: Jenkins
Branch: master

commit b65817fa43fa12dc7dbade45c7954714e7179860
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 05:25:40 2016 +0000

    Change LOG.warn to LOG.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: Id0c5d67a763121c3245316955c4901a0dbea73ad
    Closes-Bug: #1530742