Comment 36 for bug 1530742

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

Reviewed: https://review.openstack.org/263112
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=39a025fce45dd5d5721d6263439b70c48359d798
Submitter: Jenkins
Branch: master

commit 39a025fce45dd5d5721d6263439b70c48359d798
Author: zhangguoqing <zhang.guoqing@99cloud.net>
Date: Mon Jan 4 04:52:39 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: I2c7db9f6a97b131700c3aad5d49b6a206141f34b
    Closes-Bug: #1530742