Re: [Qemu-devel] [PATCH] qemu-char.c: fix waiting for telnet connection message

2013-03-11 Thread Markus Armbruster
Igor Mitsyanko writes: > Current colon position in "waiting for telnet connection" message template > produces messages like: > QEMU waiting for connection on: telnet::127.0.0.1,server > > After moving a colon to the right, we will get a correct messages like: > QEMU waiting for connection on

[Qemu-devel] [PATCH] qemu-char.c: fix waiting for telnet connection message

2013-03-10 Thread Igor Mitsyanko
Current colon position in "waiting for telnet connection" message template produces messages like: QEMU waiting for connection on: telnet::127.0.0.1,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:,server Sign