Comment 17 for bug 1530742

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

Reviewed: https://review.openstack.org/263006
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=b3d5dfd3d92159e9e3f75fa9f6e69f751d87f0be
Submitter: Jenkins
Branch: master

commit b3d5dfd3d92159e9e3f75fa9f6e69f751d87f0be
Author: zhurong <email address hidden>
Date: Tue Dec 22 07:46:45 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: I9f9f303d7482d0ecc44461bab5ed8f92926436f4