Comment 19 for bug 1530742

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

Reviewed: https://review.openstack.org/263269
Committed: https://git.openstack.org/cgit/openstack/python-cloudpulseclient/commit/?id=e72c9d5ef8883f93ca02f662f11525e5320e6aab
Submitter: Jenkins
Branch: master

commit e72c9d5ef8883f93ca02f662f11525e5320e6aab
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 14:05:29 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: I6916a95800f003e96736c7e8fe45f3cfe242d983
    Closes-Bug: #1530742