diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-04-04 15:20:09 -0400 |
|---|---|---|
| committer | Brian Waldon <brian.waldon@rackspace.com> | 2011-04-04 15:20:09 -0400 |
| commit | e057d7fd01def4db0c77b962fea925177de9a91f (patch) | |
| tree | 15d86193d8e788961515c82c10582182ab14f59e /nova | |
| parent | dcb94be18b1f8b3591d7304208b64a296cdd71f6 (diff) | |
fixing log message
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/xenapi/vmops.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py index fb3ca5306..1dc5624eb 100644 --- a/nova/virt/xenapi/vmops.py +++ b/nova/virt/xenapi/vmops.py @@ -218,7 +218,7 @@ class VMOps(object): return False if state == power_state.RUNNING: - LOG.debug(_('VM %s is now running.') % name) + LOG.debug(_('VM %s is now running.') % instance_name) timer.stop() _inject_files() return True |
