From: Denis Mukhin <dmukhin@ford.com>
Update the hint w/ the combination of keys to press to switch physical console
to the next owner.
Signed-off-by: Denis Mukhin <dmukhin@ford.com>
---
xen/drivers/char/console.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c
index 3d8d3c852e69d8fddd1d978fdd8932eb75551f25..9f67ecb26f5ab1183d17c83631a17b45cfefd5ab 100644
--- a/xen/drivers/char/console.c
+++ b/xen/drivers/char/console.c
@@ -526,8 +526,8 @@ int console_set_owner(domid_t domid)
console_owner = domid;
if ( switch_code )
- printk(" (type 'CTRL-%c' three times to switch input)",
- opt_conswitch[0]);
+ printk(" (type 'CTRL-%c%c%c' to switch input)",
+ opt_conswitch[0], opt_conswitch[0], opt_conswitch[0]);
printk("\n");
return 0;
--
2.34.1