]> git.mxchange.org Git - simgear.git/commitdiff
Downgrade "Please decompress this texture for increased portability"
authorRebecca Palmer <R.Palmer@bham.ac.uk>
Sat, 7 Jun 2014 07:26:30 +0000 (08:26 +0100)
committerRebecca Palmer <R.Palmer@bham.ac.uk>
Sat, 7 Jun 2014 07:26:30 +0000 (08:26 +0100)
to a warning (logged but not displayed by default),
to avoid needlessly annoying end users

simgear/scene/model/ModelRegistry.cxx

index 58c5bc37ecab1c3f461099c92f031a1e47ccd23f..65b72d6846da0d6882dd5269913e6dd057eb1ad0 100644 (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.");