mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 20:17:58 -04:00
change the verbosity level for the sndfile error message
This error always occurs when there is tracker music in PWAD.
This commit is contained in:
parent
89fb25806f
commit
c8302ce682
@ -394,7 +394,7 @@ static boolean OpenFile(sndfile_t *file, void *data, sf_count_t size)
|
|||||||
|
|
||||||
if (!file->sndfile)
|
if (!file->sndfile)
|
||||||
{
|
{
|
||||||
I_Printf(VB_ERROR, "SndFile: %s", sf_strerror(file->sndfile));
|
I_Printf(VB_WARNING, "SndFile: %s", sf_strerror(file->sndfile));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user