Comment 53 for bug 1508442

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

Reviewed: https://review.openstack.org/263323
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=545b68684548294a46c3753a5a16513c0cb64410
Submitter: Jenkins
Branch: master

commit 545b68684548294a46c3753a5a16513c0cb64410
Author: Swapnil Kulkarni (coolsvap) <email address hidden>
Date: Mon Jan 4 21:44:32 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: Id321f741793b3f471d0cb22988385c4b083a2353
    Partial-Bug:#1508442