]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-char.c: fix waiting for telnet connection message
authorIgor Mitsyanko <i.mitsyanko@gmail.com>
Sun, 10 Mar 2013 13:58:05 +0000 (17:58 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 15:25:05 +0000 (10:25 -0500)
commitec9f828341cb5e9cc3ad0bdbbd6989884daf823a
tree1dac7a00f67416786b2440b8a3ceb35bf440abec
parent332e93417a677a2f6845cd7215a2f20a227d3251
qemu-char.c: fix waiting for telnet connection message

Current colon position in "waiting for telnet connection" message template
produces messages like:
QEMU waiting for connection on: telnet::127.0.0.16666,server

After moving a colon to the right, we will get a correct messages like:
QEMU waiting for connection on: telnet:127.0.0.1:6666,server

Signed-off-by: Igor Mitsyanko <i.mitsyanko@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit e5545854dd1e2e3507b210ac0c1cbfca69ff0fcb)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qemu-char.c