summaryrefslogtreecommitdiffstats
path: root/nova/cloudpipe
diff options
context:
space:
mode:
authorCory Wright <cory.wright@rackspace.com>2010-12-22 11:28:25 -0500
committerCory Wright <cory.wright@rackspace.com>2010-12-22 11:28:25 -0500
commitba7afd00a4ea826fc12113d98de391aace1fd2d2 (patch)
treedf35d22040e8bcd0cd79d2b841efd1386b67554d /nova/cloudpipe
parent4ef1a234aaee98e55a5d8e3d8fac1f8f282c803d (diff)
parentd9b37f9a3b6cc7dbf6026ceb94b9e4c585e59e01 (diff)
merging trunk
Diffstat (limited to 'nova/cloudpipe')
-rw-r--r--nova/cloudpipe/pipelib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/cloudpipe/pipelib.py b/nova/cloudpipe/pipelib.py
index 3472201cd..bbe91a70c 100644
--- a/nova/cloudpipe/pipelib.py
+++ b/nova/cloudpipe/pipelib.py
@@ -49,7 +49,7 @@ class CloudPipe(object):
self.manager = manager.AuthManager()
def launch_vpn_instance(self, project_id):
- logging.debug("Launching VPN for %s" % (project_id))
+ logging.debug(_("Launching VPN for %s") % (project_id))
project = self.manager.get_project(project_id)
# Make a payload.zip
tmpfolder = tempfile.mkdtemp()