]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: logger.warn() -> logger.warning() 35055/head
authorMichael Fritch <mfritch@suse.com>
Wed, 13 May 2020 23:13:15 +0000 (17:13 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 13 May 2020 23:20:06 +0000 (17:20 -0600)
commitef25650721e07f97da4a71cd0b1f9d3bfc862769
tree9280e4710fd3648813e2bf71bedd9276edc91b7b
parentac0737555a4dd80f5219065e964ece4bf8dee3fc
mgr: 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>
src/pybind/mgr/alerts/module.py
src/pybind/mgr/balancer/module.py
src/pybind/mgr/devicehealth/module.py
src/pybind/mgr/mgr_module.py
src/pybind/mgr/progress/module.py
src/pybind/mgr/prometheus/module.py
src/pybind/mgr/restful/api/config.py
src/pybind/mgr/restful/module.py
src/pybind/mgr/volumes/fs/async_cloner.py
src/pybind/mgr/volumes/fs/operations/versions/subvolume_v1.py
src/pybind/mgr/volumes/fs/volume.py