diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-02-16 11:04:17 -0500 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-02-16 11:04:17 -0500 |
| commit | efba14e5cdb3d5f018190e75c5407b07dcaa726b (patch) | |
| tree | d69c3c6d0633e37bac7c34a8b3fa4f0813698711 /nova/virt | |
| parent | 9d9e097068abab7dc155d6614dfa8b388290bea8 (diff) | |
| parent | 17abf5c23f90f15b557131f71657e70e7b5cdef8 (diff) | |
merge trunk.
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/xenapi/vm_utils.py | 2 |
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 |
