Comment 25 for bug 1530742

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

Reviewed: https://review.openstack.org/263007
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=a12b0afde87cb94f9cc7d8d6a387916a6351a11b
Submitter: Jenkins
Branch: master

commit a12b0afde87cb94f9cc7d8d6a387916a6351a11b
Author: zhurong <email address hidden>
Date: Tue Dec 22 07:50:57 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: I36e77a086872c87cf93ab62455379d845aaa11df