Move warnings meant for the user to userlog.txt. These are as inconsistent in format as before but at least they're all in one place.
This commit is contained in:
@@ -119,7 +119,7 @@ SoundReader *SoundReader_FileReader::OpenFile( RString filename, RString &error
|
||||
SoundReader_FileReader *NewSample = TryOpenFile( filename, error, *it, bKeepTrying );
|
||||
if( NewSample )
|
||||
{
|
||||
LOG->Warn("File \"%s\" is really %s", filename.c_str(), it->c_str());
|
||||
LOG->UserLog( "File \"%s\" is really %s", filename.c_str(), it->c_str() );
|
||||
return NewSample;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user