summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorNachi Ueno <ueno.nachi@lab.ntt.co.jp>2011-01-05 12:39:35 -0500
committerNachi Ueno <ueno.nachi@lab.ntt.co.jp>2011-01-05 12:39:35 -0500
commitf85eba86b04253612e2272b3eb6a9fd79fab6567 (patch)
tree7bf37246f1e0b67b69f26b26909ac707d9e939b8 /nova/utils.py
parent90ced5f211c3a53389d2f5d7413f9289770b279a (diff)
downloadnova-f85eba86b04253612e2272b3eb6a9fd79fab6567.tar.gz
nova-f85eba86b04253612e2272b3eb6a9fd79fab6567.tar.xz
nova-f85eba86b04253612e2272b3eb6a9fd79fab6567.zip
missing _()
Diffstat (limited to 'nova/utils.py')
-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::'