diff options
| author | jaypipes@gmail.com <> | 2010-12-22 15:52:55 +0000 |
|---|---|---|
| committer | Tarmac <> | 2010-12-22 15:52:55 +0000 |
| commit | d9b37f9a3b6cc7dbf6026ceb94b9e4c585e59e01 (patch) | |
| tree | 9d824a51f7a613024c7db3f1f08dfc092c79aabc /nova/cloudpipe | |
| parent | 41b5e4a12d23308f2143dfb5a059c43a931370e2 (diff) | |
| parent | 46c4d44affb289209dd6024cbb289b265d9c89c7 (diff) | |
All merged with trunk and let's see if a new merge prop (with no pre-req) works..
Diffstat (limited to 'nova/cloudpipe')
| -rw-r--r-- | nova/cloudpipe/pipelib.py | 2 |
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() |
