Skip to content
This repository was archived by the owner on Jun 11, 2018. It is now read-only.

Commit 7ce7b0d

Browse files
committed
Mark these as dev messages
1 parent f266e69 commit 7ce7b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src_main/engine/snd_al.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ qboolean AL_Init (void)
123123
}
124124

125125
s_numchannels = i;
126-
Com_Printf("Preallocated %i OpenAL Channels\n", s_numchannels + 1);
126+
Com_DPrintf("Preallocated %i OpenAL Channels\n", s_numchannels + 1);
127127
AL_InitStreamSource ();
128128

129129
maxStreamBuffers = 0;
@@ -524,7 +524,7 @@ static void S_AL_AllocStreamBuffers(int numBuffers)
524524

525525
maxStreamBuffers = numBuffers;
526526
currentStreamBuffer = 0;
527-
Com_Printf("Preallocated %i OpenAL Stream Buffers\n", maxStreamBuffers);
527+
Com_DPrintf("Preallocated %i OpenAL Stream Buffers\n", maxStreamBuffers);
528528
}
529529

530530
static void S_AL_StreamUpdate(void)

0 commit comments

Comments
 (0)