Comment 61 for bug 1508442

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

Reviewed: https://review.openstack.org/263082
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=44fc3021d41f19d8ad9b693f2faa56e5cab4159c
Submitter: Jenkins
Branch: master

commit 44fc3021d41f19d8ad9b693f2faa56e5cab4159c
Author: huayue <email address hidden>
Date: Mon Jan 4 09:57:39 2016 +0800

    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