mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-09 11:11:29 -06:00
reduce spamming log
This commit is contained in:
parent
d63ece5867
commit
e72115d59f
@ -121,7 +121,7 @@ public:
|
||||
alGetSourcei(source, AL_BUFFERS_QUEUED, &queued);
|
||||
|
||||
if (state != AL_PLAYING && queued > 0) {
|
||||
LOG_WARNING(Lib_AudioOut, "Audio underrun detected (queued: {}), restarting source",
|
||||
LOG_DEBUG(Lib_AudioOut, "Audio underrun detected (queued: {}), restarting source",
|
||||
queued);
|
||||
alSourcePlay(source);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user