Comment 16 for bug 1530742

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

Reviewed: https://review.openstack.org/263008
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=d07c76b0ea83f9764f7eff75a818f728880e13ab
Submitter: Jenkins
Branch: master

commit d07c76b0ea83f9764f7eff75a818f728880e13ab
Author: zhurong <email address hidden>
Date: Tue Dec 22 07:52:53 2015 +0800

    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.

    Closes-Bug: #1530742
    Change-Id: Ifb5fba442ccaaf065f0959b2a19b625d07ab0c47