ia64/xen-unstable
changeset 10912:ee6014279103
[LINUX] Clarify a confusing error message in xenbus_probe.c.
Signed-off-by: Michael LeMay <mdlemay@epoch.ncsc.mil>
Signed-off-by: Michael LeMay <mdlemay@epoch.ncsc.mil>
author | kfraser@localhost.localdomain |
---|---|
date | Wed Aug 02 14:59:22 2006 +0100 (2006-08-02) |
parents | 8f452e26224a |
children | 153e69eae665 |
files | linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c |
line diff
1.1 --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Wed Aug 02 14:58:37 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c Wed Aug 02 14:59:22 2006 +0100 1.3 @@ -141,7 +141,9 @@ static int read_otherend_details(struct 1.4 } 1.5 if (strlen(xendev->otherend) == 0 || 1.6 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { 1.7 - xenbus_dev_fatal(xendev, -ENOENT, "missing other end from %s", 1.8 + xenbus_dev_fatal(xendev, -ENOENT, 1.9 + "unable to read other end from %s. " 1.10 + "missing or inaccessible.", 1.11 xendev->nodename); 1.12 free_otherend_details(xendev); 1.13 return -ENOENT;