summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-02-06 22:46:58 +0000
committerGerrit Code Review <review@openstack.org>2012-02-06 22:46:58 +0000
commit47b65b718d931f6771722dfc78f73b48770e286f (patch)
treef2899eaf03446ff7d8578cbf07f7e7f8f795e89d /nova
parentab857f574da8af727ace194792460f062c0cf365 (diff)
parent59471a6cad52229fca6c50d9ed1a3032717c58c8 (diff)
downloadnova-47b65b718d931f6771722dfc78f73b48770e286f.tar.gz
nova-47b65b718d931f6771722dfc78f73b48770e286f.tar.xz
nova-47b65b718d931f6771722dfc78f73b48770e286f.zip
Merge "Fix debugging log message to print instance UUID"
Diffstat (limited to 'nova')
-rw-r--r--nova/virt/xenapi/vmops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vmops.py b/nova/virt/xenapi/vmops.py
index 57872dcb0..c2960b86a 100644
--- a/nova/virt/xenapi/vmops.py
+++ b/nova/virt/xenapi/vmops.py
@@ -650,7 +650,7 @@ class VMOps(object):
#TODO(sirp): Add quiesce and VSS locking support when Windows support
# is added
- logging.debug(_("Starting snapshot for VM %s"), instance)
+ logging.debug(_("Starting snapshot for VM %s"), instance['uuid'])
vm_ref = VMHelper.lookup(self._session, instance.name)
label = "%s-snapshot" % instance.name