All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xend: fix LinuxImageHandler debugging output
@ 2008-08-26 16:26 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-08-26 16:26 UTC (permalink / raw)
  To: xen-devel

xend: fix LinuxImageHandler debugging output

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>

diff -r c2472ded5c7c tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py	Tue Aug 26 15:16:57 2008 +0100
+++ b/tools/python/xen/xend/image.py	Tue Aug 26 17:06:09 2008 +0100
@@ -637,8 +637,9 @@ class LinuxImageHandler(ImageHandler):
         log.debug("ramdisk        = %s", self.ramdisk)
         log.debug("vcpus          = %d", self.vm.getVCpuCount())
         log.debug("features       = %s", self.vm.getFeatures())
+        log.debug("flags          = %d", self.flags)
         if arch.type == "ia64":
-            log.debug("vhpt          = %d", self.flags)
+            log.debug("vhpt          = %d", self.vhpt)
 
         return xc.linux_build(domid          = self.vm.getDomid(),
                               memsize        = mem_mb,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-26 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 16:26 [PATCH] xend: fix LinuxImageHandler debugging output Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.