aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pygrub
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-08-10 13:30:50 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-08-10 13:30:50 +0100
commitf78a13d5e9b7bc9da2a360e3fffff4c4c115a250 (patch)
treec2b4c867dbd981c0395bc3ba1bedaf5196879d2b /tools/pygrub
parent81d70f1a53806178596e48a8f81f870a5f9c74e0 (diff)
downloadxen-f78a13d5e9b7bc9da2a360e3fffff4c4c115a250.tar.gz
xen-f78a13d5e9b7bc9da2a360e3fffff4c4c115a250.tar.bz2
xen-f78a13d5e9b7bc9da2a360e3fffff4c4c115a250.zip
pygrub: Remove bogus log.debug line.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/pygrub')
-rw-r--r--tools/pygrub/src/pygrub1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub
index 095db5e72c..ac20aace67 100644
--- a/tools/pygrub/src/pygrub
+++ b/tools/pygrub/src/pygrub
@@ -535,7 +535,6 @@ def run_grub(file, entry, fs, arg):
try:
img = g.cf.images[sel]
except IndexError:
- log.debug("PyGrub: Default selection is not valid, using first boot configuration...")
img = g.cf.images[0]
grubcfg = { "kernel": None, "ramdisk": None, "args": None }