ao_wasapi0: Demote "negotiation failed" message to MSGL_V

Could spam the console with what may be harmless in some cases. We already
complain loudly if we're stuck checking this too many times.
This commit is contained in:
Diogo Franco (Kovensky) 2013-07-19 22:55:58 -03:00 committed by wm4
parent df1922babe
commit 0081f1facd
1 changed files with 2 additions and 2 deletions

View File

@ -511,8 +511,8 @@ reinit:
if (hr == AUDCLNT_E_BUFFER_SIZE_NOT_ALIGNED) {
EnterCriticalSection(&state->print_lock);
mp_msg(
MSGT_AO, MSGL_ERR,
"IAudioClient::Initialize negotiation failed with %s, used %lld * 100ns\n",
MSGT_AO, MSGL_V,
"ao-wasapi: IAudioClient::Initialize negotiation failed with %s, used %lld * 100ns\n",
explain_err(hr), state->defaultRequestedDuration);
LeaveCriticalSection(&state->print_lock);
if (offset > 10.0)