summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2011-02-16 11:04:17 -0500
committerTodd Willey <todd@ansolabs.com>2011-02-16 11:04:17 -0500
commitefba14e5cdb3d5f018190e75c5407b07dcaa726b (patch)
treed69c3c6d0633e37bac7c34a8b3fa4f0813698711 /nova/virt
parent9d9e097068abab7dc155d6614dfa8b388290bea8 (diff)
parent17abf5c23f90f15b557131f71657e70e7b5cdef8 (diff)
merge trunk.
Diffstat (limited to 'nova/virt')
-rw-r--r--nova/virt/xenapi/vm_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/xenapi/vm_utils.py b/nova/virt/xenapi/vm_utils.py
index 574ef0944..80cc3035d 100644
--- a/nova/virt/xenapi/vm_utils.py
+++ b/nova/virt/xenapi/vm_utils.py
@@ -394,7 +394,7 @@ class VMHelper(HelperBase):
pv = True
elif pv_str.lower() == 'false':
pv = False
- LOG.debug(_("PV Kernel in VDI:%d"), pv)
+ LOG.debug(_("PV Kernel in VDI:%s"), pv)
return pv
@classmethod