Comment 39 for bug 1508442

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

Reviewed: https://review.openstack.org/263595
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=994b1e4a814a9303c56e8326361c964ddcf782d8
Submitter: Jenkins
Branch: master

commit 994b1e4a814a9303c56e8326361c964ddcf782d8
Author: Swapnil Kulkarni (coolsvap) <email address hidden>
Date: Tue Jan 5 12:31:53 2016 +0530

    Replace deprecated LOG.warn with LOG.warning

    LOG.warn is deprecated. It still used in a few places.
    Updated to non-deprecated LOG.warning.

    Change-Id: I86e13b88c766cc75034faaff61f1873bf86e1b36
    Closes-Bug:#1508442