Comment 58 for bug 1508442

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

Reviewed: https://review.openstack.org/263541
Committed: https://git.openstack.org/cgit/openstack/packstack/commit/?id=052f4cc8ced692daee9e90cdc87a54dd5c9a0168
Submitter: Jenkins
Branch: master

commit 052f4cc8ced692daee9e90cdc87a54dd5c9a0168
Author: Swapnil Kulkarni (coolsvap) <email address hidden>
Date: Tue Jan 5 08:47:09 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: I8249ca21e564beac5861129e687591e3f20059f6
    Partial-Bug:#1508442