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] Update error message.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID d4ce28d819a8297ba3c82f3053c24ee125476dd5
# Parent  342a53ce078b77fe6ec95dd33b011e9cb9a129d2
Update error message.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 342a53ce078b -r d4ce28d819a8 
linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c
--- a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c      Wed Aug 24 
09:44:03 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c      Wed Aug 24 
22:21:24 2005
@@ -1084,7 +1084,8 @@
                            "sector-size", "%lu", &sector_size,
                            NULL);
        if (err) {
-               xenbus_dev_error(info->xbdev, err, "reading backend fields");
+               xenbus_dev_error(info->xbdev, err,
+                                "reading backend fields at %s", watch->node);
                return;
        }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Update error message., Xen patchbot -unstable <=