xen/xenbus-frontend: Make error message more clear
authorBastian Blank <waldi@debian.org>
Sat, 10 Dec 2011 18:29:50 +0000 (19:29 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 16 Dec 2011 18:29:44 +0000 (13:29 -0500)
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>
drivers/xen/xenbus/xenbus_dev_frontend.c

index fb30cff..9f6be7d 100644 (file)
@@ -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;
 }