diff options
author | Bastian Blank <waldi@debian.org> | 2011-12-10 13:29:50 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-12-16 13:29:44 -0500 |
commit | fe7acdbec195339e2fbcee518229e85fb9c329b1 (patch) | |
tree | 1c370d8fff62d13cfe8e2e488a02033af791a572 /drivers/xen | |
parent | a63f9857134b0b6565bf86a06a94df876bdd18d3 (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')
-rw-r--r-- | drivers/xen/xenbus/xenbus_dev_frontend.c | 2 |
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) | |||
611 | 611 | ||
612 | err = misc_register(&xenbus_dev); | 612 | err = misc_register(&xenbus_dev); |
613 | if (err) | 613 | if (err) |
614 | printk(KERN_ERR "Could not register xenbus device\n"); | 614 | printk(KERN_ERR "Could not register xenbus frontend device\n"); |
615 | return err; | 615 | return err; |
616 | } | 616 | } |
617 | 617 | ||