From 8a72bbb38ffde38637dda2767655bc0ca5837625 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sat, 25 Jun 2011 09:35:03 +0000 Subject: [PATCH] Make sound fallback behaviour for music streams less verbose --- code/client/snd_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }