]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
ui: replace printf() calls with VNC_DEBUG
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 17 Mar 2015 13:42:54 +0000 (13:42 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 18 Mar 2015 08:25:13 +0000 (09:25 +0100)
commit153130cd4fa236e29bb6243eebf9439b983ca266
tree73bc1f905605cf7991784a8694248ea0ea765505
parenta2f45bc02ae9be18119d2fb88042ef19e7e9247f
ui: replace printf() calls with VNC_DEBUG

Handling of VNC audio messages results in printfs to the console.
This is of no use to anyone in production, so should be using the
normal VNC_DEBUG macro instead.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c