summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py
index c5e2f7517..afe7422d9 100644
--- a/nova/utils.py
+++ b/nova/utils.py
@@ -221,7 +221,7 @@ def get_my_linklocal(interface):
else:
return None
except RuntimeError as ex:
- logging.warn("Couldn't get Link Local IP of %s :%s", interface, ex)
+ logging.warn(_("Couldn't get Link Local IP of %s :%s"), interface, ex)
return 'fe00::'