]> Git Repo - qemu.git/commit - qemu-char.c
qemu-char.c: fix waiting for telnet connection message
authorIgor Mitsyanko <[email protected]>
Sun, 10 Mar 2013 13:58:05 +0000 (17:58 +0400)
committerGerd Hoffmann <[email protected]>
Wed, 13 Mar 2013 09:27:47 +0000 (10:27 +0100)
commite5545854dd1e2e3507b210ac0c1cbfca69ff0fcb
treea1c8995d082fe0f8ac14e8c0e9dd978f4ad75631
parent46920825402d38a4111cca8099d1261f8f80c03c
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 <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
qemu-char.c
This page took 0.025612 seconds and 4 git commands to generate.