Skip to content

Commit 1155177

Browse files
past-duepull[bot]
authored andcommitted
openal_track: Tweak debug log level
1 parent fead937 commit 1155177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sound/openal_track.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ AUDIO_STREAM *sound_PlayStream(const char* fileName,
10461046
if (res < buffer_count)
10471047
{
10481048
// free unused buffers
1049-
debug(LOG_INFO, "freeing unused %i buffers", buffer_count - res);
1049+
debug(LOG_SOUND, "freeing unused %i buffers", buffer_count - res);
10501050
alDeleteBuffers(buffer_count - res, alBuffersIds + res);
10511051
if (sound_GetError() != AL_NO_ERROR) { goto _error_with_albuffers; }
10521052
}

0 commit comments

Comments
 (0)