From: Dan Mick Date: Wed, 10 Jul 2013 21:11:08 +0000 (-0700) Subject: rados.py: allow long-form names of 'warn' and 'err' as watch levels X-Git-Tag: v0.67-rc1~113 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=989be66cf80eaed45d058522bb49b5abd26c5fba;p=ceph.git rados.py: allow long-form names of 'warn' and 'err' as watch levels Signed-off-by: Dan Mick --- diff --git a/src/pybind/rados.py b/src/pybind/rados.py index 0ba818491a48..13ce006f8ced 100644 --- a/src/pybind/rados.py +++ b/src/pybind/rados.py @@ -1583,8 +1583,8 @@ class Object(object): MONITOR_LEVELS = [ "debug", "info", - "warn", - "err", + "warn", "warning", + "err", "error", "sec", ]