changed d to s
This commit is contained in:
+1
-1
@@ -1826,7 +1826,7 @@ msgstr ""
|
||||
|
||||
#: nova/virt/xenapi/vm_utils.py:290
|
||||
#, python-format
|
||||
msgid "PV Kernel in VDI:%d"
|
||||
msgid "PV Kernel in VDI:%s"
|
||||
msgstr ""
|
||||
|
||||
#: nova/virt/xenapi/vm_utils.py:318
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user