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-devel

[Xen-devel] [PATCH] XendRoot::logDebug message format fix

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] XendRoot::logDebug message format fix
From: aq <aquynh@xxxxxxxxx>
Date: Sat, 28 May 2005 01:34:51 +0900
Delivery-date: Fri, 27 May 2005 16:34:10 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=HDMC6dxEPkxuji00jYOIap4kJLQTL7FnJn9vtw2WR/pOScTsp5TNWKlntufOrOm+gb/iQU56jAv8rQa+4Wq25n+I2Qa5+HH4VJ/LA1RUxV0liVsIKRa3SuODh/PSEz1bLaoR2qC9rx17pd3x1h199d3fymxzhRsW3tP12HXcIRo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
XendRoot::logDebug wrongly set the message format to 'info', instead
of 'debug'. this problem happens with all the trees: stable, testing
and unstable. so here is 3 patches for 3 trees to fix it.

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>

note:
- patch for testing tree is against ChangeSet@xxxxxx (in fact this
patch is same as stable patch)
- patch for unstable tree is against ChangeSet@xxxxxx


$ diffstat xendroot_logdebug.stable.patch 
 XendRoot.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


$ diffstat xendroot_logdebug.testing.patch 
 XendRoot.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


$ diffstat xendroot_logdebug.unstable.patch 
 XendRoot.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Attachment: xendroot_logdebug.stable.patch
Description: Binary data

Attachment: xendroot_logdebug.testing.patch
Description: Binary data

Attachment: xendroot_logdebug.unstable.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] XendRoot::logDebug message format fix, aq <=