diff options
-rw-r--r-- | src/client/snd_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_codec.c b/src/client/snd_codec.c index 6cec3375..b2f2a19f 100644 --- a/src/client/snd_codec.c +++ b/src/client/snd_codec.c @@ -202,7 +202,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; } |