Don't warn about uppercase chars in filenames

Only print those in developer mode.
This commit is contained in:
dhewg 2012-07-20 00:06:35 +02:00
parent d9bc9c6484
commit e0fd437ba9

View file

@ -796,7 +796,7 @@ const char *idFileSystemLocal::BuildOSPath( const char *base, const char *game,
if ( testPath.HasUpper() ) {
common->Warning( "Non-portable: path contains uppercase characters: %s", testPath.c_str() );
common->DPrintf( "Non-portable: path contains uppercase characters: %s", testPath.c_str() );
// attempt a fixup on the fly
if ( fs_caseSensitiveOS.GetBool() ) {