diff --git a/code/client/snd_codec.c b/code/client/snd_codec.c index d22a0971..ddddb71a 100644 --- a/code/client/snd_codec.c +++ b/code/client/snd_codec.c @@ -201,7 +201,7 @@ snd_stream_t *S_CodecUtilOpen(const char *filename, snd_codec_t *codec) length = FS_FOpenFileRead(filename, &hnd, qtrue); if(!hnd) { - Com_Printf("Can't read sound file %s\n", filename); + Com_DPrintf("Can't read sound file %s\n", filename); return NULL; }