From: cl349@firebug.cl.cam.ac.uk Date: Wed, 24 Aug 2005 22:21:24 +0000 (+0000) Subject: Update error message. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16861 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f73d8dba8fb6c74edc5359221243dcf3b855a5fa;p=xen.git Update error message. Signed-off-by: Christian Limpach --- diff --git a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c index ee41bdffe6..96ac00672f 100644 --- a/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c +++ b/linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c @@ -1084,7 +1084,8 @@ static void watch_for_status(struct xenbus_watch *watch, const char *node) "sector-size", "%lu", §or_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; }