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