Downgrade "Please decompress this texture for increased portability"

to a warning (logged but not displayed by default),
to avoid needlessly annoying end users
This commit is contained in:
Rebecca Palmer
2014-06-07 08:26:30 +01:00
parent 398bf740d7
commit 6925c2a2be

View File

@@ -262,7 +262,7 @@ ModelRegistry::readImage(const string& fileName,
case GL_COMPRESSED_RED_GREEN_RGTC2_EXT:
case GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT:
SG_LOG(SG_IO, SG_ALERT, "Image \"" << fileName << "\"\n"
SG_LOG(SG_IO, SG_WARN, "Image \"" << fileName << "\"\n"
"uses compressed textures which cannot be supported on "
"some systems.\n"
"Please decompress this texture for improved portability.");