Comment 191 for bug 1508442

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

Reviewed: https://review.openstack.org/434942
Committed: https://git.openstack.org/cgit/openstack/networking-calico/commit/?id=282dcddb917de5e1ad1ef1339a30ce47bb4cbbe2
Submitter: Jenkins
Branch: master

commit 282dcddb917de5e1ad1ef1339a30ce47bb4cbbe2
Author: Neil Jerram <email address hidden>
Date: Thu Feb 16 14:32:41 2017 +0000

    Change _log.warn (now somewhat deprecated) to _log.warning

    LOG.warn is deprecated in Python 3 [1]. Non-deprecated LOG.warning
    should be used instead.

    [1] https://docs.python.org/3/library/logging.html#logging.warning

    Change-Id: I6bc3e5590d5feff6fc94d7f2d33593c01e93dfa8
    Closes-Bug: #1508442