summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v2_0/catalog.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/identity/v2_0/catalog.py')
-rw-r--r--openstackclient/identity/v2_0/catalog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v2_0/catalog.py b/openstackclient/identity/v2_0/catalog.py
index 53a6fe34..c8f48cb6 100644
--- a/openstackclient/identity/v2_0/catalog.py
+++ b/openstackclient/identity/v2_0/catalog.py
@@ -89,7 +89,7 @@ class ShowCatalog(command.ShowOne):
break
if not data:
- self.app.log.error('service %s not found\n' %
+ self.app.log.error(_('service %s not found\n') %
parsed_args.service)
return ([], [])