diff options
| author | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-21 19:47:30 +0800 |
|---|---|---|
| committer | Tang Chen <tangchen@cn.fujitsu.com> | 2015-11-27 13:20:44 +0800 |
| commit | c48afe6032ad53fcdc12c749adfe2d0f006fef14 (patch) | |
| tree | 9b621a7bb2e88b11b8593734cb18cbef7a6c895b /openstackclient/common/utils.py | |
| parent | 487fff8cdbabc9629e070b50e9ce3a762e2b180c (diff) | |
| download | python-openstackclient-c48afe6032ad53fcdc12c749adfe2d0f006fef14.tar.gz | |
Trivial: Fix a typo.
Change-Id: I236b4f53ee23cc97900e6244ab709404cc44a4ca
Diffstat (limited to 'openstackclient/common/utils.py')
| -rw-r--r-- | openstackclient/common/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py index 04c7fe5b..42630d91 100644 --- a/openstackclient/common/utils.py +++ b/openstackclient/common/utils.py @@ -377,7 +377,7 @@ def wait_for_delete(manager, def get_effective_log_level(): """Returns the lowest logging level considered by logging handlers - Retrieve an return the smallest log level set among the root + Retrieve and return the smallest log level set among the root logger's handlers (in case of multiple handlers). """ root_log = logging.getLogger() |
