Don't log an error on new audio format handshakes

This happens regularly and it's not an error. An easy way to trigger
this scenario is to let cmd.exe produce a bell sound by tab-completing
something non-existant.
This commit is contained in:
Karl Mikaelsson 2017-10-04 16:12:32 +02:00
parent 7870ef6f86
commit 329289ff6c

View File

@ -166,8 +166,6 @@ rdpsnd_process_negotiate(STREAM in)
if (rdpsnd_negotiated)
{
logger(Sound, Error,
"rdpsnd_process_negotiate(), extra RDPSND_NEGOTIATE in the middle of a session");
/* Do a complete reset of the sound state */
rdpsnd_reset_state();
}