diff options
author | Bastian Blank <waldi@debian.org> | 2011-12-10 22:29:50 +0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-12-16 22:29:44 +0400 |
commit | fe7acdbec195339e2fbcee518229e85fb9c329b1 (patch) | |
tree | 1c370d8fff62d13cfe8e2e488a02033af791a572 /drivers/xen | |
parent | a63f9857134b0b6565bf86a06a94df876bdd18d3 (diff) | |
download | linux-fe7acdbec195339e2fbcee518229e85fb9c329b1.tar.xz |
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) 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; } |