Comment 97 for bug 1508442

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

Reviewed: https://review.openstack.org/282144
Committed: https://git.openstack.org/cgit/openstack/python-dracclient/commit/?id=e2dd7646492e09df166854a6e554880ba11291bd
Submitter: Jenkins
Branch: master

commit e2dd7646492e09df166854a6e554880ba11291bd
Author: Tin Lam <email address hidden>
Date: Thu Feb 18 21:00:36 2016 -0600

    Change LOG.warn to LOG.warning

    Python 3 deprecated the logger.warn method, see:
    https://docs.python.org/3/library/logging.html#logging.warning
    so we prefer to use warning to avoid DeprecationWarning.

    Change-Id: Ide5daf929e2e1717f6a756d609071ff329f443a8
    Closes-Bug: #1508442