On Wed, Apr 01, 2009 at 01:47:26PM +0100, Daniel P. Berrange wrote:
Finally, when starting the console print a message telling the user
the
hotkey to quit
# virsh start --console VirtTest
Domain VirtTest started
Connecting to console, type Ctrl+] to quit
Can we please make this the same as telnet (and virt-console):
514 if (!retrying && verbose) {
515 printf("Connected to domain %s\n", dom_name);
516 printf("Escape character is '^]'\n");
regards
john