summaryrefslogtreecommitdiff
path: root/bin/heat-api-cloudwatch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heat-api-cloudwatch')
-rwxr-xr-xbin/heat-api-cloudwatch4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/heat-api-cloudwatch b/bin/heat-api-cloudwatch
index fea213bc2..0cecfffbd 100755
--- a/bin/heat-api-cloudwatch
+++ b/bin/heat-api-cloudwatch
@@ -37,7 +37,7 @@ from oslo.config import cfg
from oslo import i18n
from heat.common import config
-from heat.common.i18n import _
+from heat.common.i18n import _LI
from heat.common import messaging
from heat.common import profiler
from heat.common import wsgi
@@ -58,7 +58,7 @@ if __name__ == '__main__':
port = cfg.CONF.heat_api_cloudwatch.bind_port
host = cfg.CONF.heat_api_cloudwatch.bind_host
- LOG.info(_('Starting Heat CloudWatch API on %(host)s:%(port)s'),
+ LOG.info(_LI('Starting Heat CloudWatch API on %(host)s:%(port)s'),
{'host': host, 'port': port})
profiler.setup('heat-api-cloudwatch', host)
server = wsgi.Server()