]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind/ceph_volume_client: logger.warn() -> logger.warning()
authorMichael Fritch <mfritch@suse.com>
Wed, 13 May 2020 23:14:35 +0000 (17:14 -0600)
committerKotresh HR <khiremat@redhat.com>
Thu, 25 Feb 2021 07:36:03 +0000 (13:06 +0530)
commit44b3dd4171e3da07ad261e3782a1eac1f3b7c98a
treec772733717129e4fc02f785d324bd8c135db5010
parent997f1b84b3e74ed23746d3632bf2b9f0e3f93951
pybind/ceph_volume_client: logger.warn() -> logger.warning()

logger.warn() is the same as logger.warning(), but was removed in py3.3

Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit fe4c7fd7471bf724c4a1f027580d9bae3ddc24eb)
src/pybind/ceph_volume_client.py