Comment 62 for bug 1508442

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

Reviewed: https://review.openstack.org/263588
Committed: https://git.openstack.org/cgit/openstack/cloudkitty/commit/?id=f806413b4c31368e7c4f79030536ce4e4b4ce3c7
Submitter: Jenkins
Branch: master

commit f806413b4c31368e7c4f79030536ce4e4b4ce3c7
Author: Swapnil Kulkarni (coolsvap) <email address hidden>
Date: Tue Jan 5 12:21:12 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: I402398b1130f18c91bb0c4fa7f677181089dcd29
    Closes-Bug:#1508442