mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
make the starving warning a debug message
This commit is contained in:
parent
fde6344ea2
commit
e0c412f934
@ -149,7 +149,7 @@ static void update_linux(void) {
|
||||
break;
|
||||
case 2:
|
||||
if (!initializing)
|
||||
audio_cat->warning() << "audio buffers are being starved" << endl;
|
||||
audio_cat->debug() << "audio buffers are being starved" << endl;
|
||||
mix_buffer(current_buffer);
|
||||
mix_buffer(back_buffer);
|
||||
initializing = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user