WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] pygrub: Remove bogus log.debug line.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] pygrub: Remove bogus log.debug line.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Aug 2009 07:45:20 -0700
Delivery-date: Wed, 12 Aug 2009 07:47:32 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] pygrub: Remove bogus log.debug line., Xen patchbot-unstable <=