summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/shell.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index c118fbd2..be13d358 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -280,7 +280,8 @@ class OpenStackShell(app.App):
try:
# Trigger the Identity client to initialize
self.client_manager.auth_ref
- except Exception:
+ except Exception as e:
+ self.log.warning("Possible error authenticating: " + str(e))
pass
return