Make sound fallback behaviour for music streams less verbose

This commit is contained in:
Thilo Schulz 2011-06-25 09:35:03 +00:00
parent 5c4813da51
commit 8a72bbb38f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}