diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-06-25 09:35:03 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-10 21:52:54 +0000 |
commit | e50cfb822627338510b04d8400e92e25cf1e9167 (patch) | |
tree | d1cb7fa604d13888db1ecf3de254e05a7e8e29c9 /src/client | |
parent | acfa06f0d2955e443ab71d3289c9d59a36374566 (diff) |
Make sound fallback behaviour for music streams less verbose
Diffstat (limited to 'src/client')
-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; } |