summaryrefslogtreecommitdiff
path: root/drivers/xen/xenbus/xenbus_dev_frontend.c
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2011-12-10 19:29:50 +0100
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-12-16 13:29:44 -0500
commitfe7acdbec195339e2fbcee518229e85fb9c329b1 (patch)
tree1c370d8fff62d13cfe8e2e488a02033af791a572 /drivers/xen/xenbus/xenbus_dev_frontend.c
parenta63f9857134b0b6565bf86a06a94df876bdd18d3 (diff)
xen/xenbus-frontend: Make error message more clear
Add the work frontend to the error message because we now also have a backend device. Signed-off-by: Bastian Blank <waldi@debian.org> Acked-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/xenbus/xenbus_dev_frontend.c')
-rw-r--r--drivers/xen/xenbus/xenbus_dev_frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/xenbus/xenbus_dev_frontend.c b/drivers/xen/xenbus/xenbus_dev_frontend.c
index fb30cffe0338..9f6be7d59a68 100644
--- a/drivers/xen/xenbus/xenbus_dev_frontend.c
+++ b/drivers/xen/xenbus/xenbus_dev_frontend.c
@@ -611,7 +611,7 @@ static int __init xenbus_init(void)
err = misc_register(&xenbus_dev);
if (err)
- printk(KERN_ERR "Could not register xenbus device\n");
+ printk(KERN_ERR "Could not register xenbus frontend device\n");
return err;
}