Comment 91 for bug 1508442

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

Reviewed: https://review.openstack.org/280026
Committed: https://git.openstack.org/cgit/openstack/python-watcherclient/commit/?id=a36b42afef7d63874300981c7d41b05a8220a98a
Submitter: Jenkins
Branch: master

commit a36b42afef7d63874300981c7d41b05a8220a98a
Author: Tin Lam <email address hidden>
Date: Sun Feb 14 16:29:42 2016 -0600

    Replace deprecated LOG.warn with LOG.warning

    LOG.warn is deprecated. It is still used in a few places.
    This replaces it with the non-deprecated LOG.warning.

    Change-Id: I7ed615a24dcb4eff919d747d8f30625d6d4db0ee
    Partial-Bug:#1508442