]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/vnc: fix debug output for invalid audio message
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Sep 2023 11:06:46 +0000 (13:06 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 2 Oct 2023 23:00:54 +0000 (02:00 +0300)
commit17f3a6221f010a95e277b88a80b6f763eafaeb0d
tree23ed0e8d2e6d1aeb62fde5cfdf0397af00bf2490
parent6b7fa3cbab92097785a7c1c67b3ccb1047ca4919
ui/vnc: fix debug output for invalid audio message

The debug message was cut and pasted from the invalid audio format
case, but the audio message is at bytes 2-3.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 0cb9c5880e6b8dedc4e20026ce859dd1ea9aac84)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
ui/vnc.c