[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] pygrub: Remove bogus log.debug line.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1249907450 -3600 # Node ID 74050fa8981a0ecdbeb0bf1428dc5c53423daad4 # Parent 03063e309356347eaad4ffd8a6a2c97f665ef9ed pygrub: Remove bogus log.debug line. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- tools/pygrub/src/pygrub | 1 - 1 files changed, 1 deletion(-) diff -r 03063e309356 -r 74050fa8981a tools/pygrub/src/pygrub --- a/tools/pygrub/src/pygrub Mon Aug 10 13:27:54 2009 +0100 +++ b/tools/pygrub/src/pygrub Mon Aug 10 13:30:50 2009 +0100 @@ -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 } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |