Comment 60 for bug 1508442

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

Reviewed: https://review.openstack.org/262442
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=7cfda25c10590488d2ef4acdd60bb3488f24e34d
Submitter: Jenkins
Branch: master

commit 7cfda25c10590488d2ef4acdd60bb3488f24e34d
Author: Chaozhe.Chen <email address hidden>
Date: Wed Dec 30 18:14:45 2015 +0800

    Replace LOG.warn with LOG.warning

    Python 3 deprecated the logger.warn method.
    we prefer to use warning to avoid DeprecationWarning.
    refer to:
    https://docs.python.org/3/library/logging.html#logging.warning

    Change-Id: Ie85ae39f69d35019c1008d35154cd717c2f8afbe
    Closes-Bug: #1508442