ui/vnc: fix debug output for invalid audio message
commit0cb9c5880e6b8dedc4e20026ce859dd1ea9aac84
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Sep 2023 11:06:46 +0000 (25 13:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Sep 2023 16:25:03 +0000 (25 18:25 +0200)
tree7cd888eb407bc86b7387a669de4ed43915d4c822
parentc431ffd47157ad4bd3a230570a31faa088c71260
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>
ui/vnc.c