From 6925c2a2be63404c017ffc0da212808e38c04f1c Mon Sep 17 00:00:00 2001 From: Rebecca Palmer Date: Sat, 7 Jun 2014 08:26:30 +0100 Subject: [PATCH] Downgrade "Please decompress this texture for increased portability" to a warning (logged but not displayed by default), to avoid needlessly annoying end users --- simgear/scene/model/ModelRegistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/model/ModelRegistry.cxx b/simgear/scene/model/ModelRegistry.cxx index 58c5bc37..65b72d68 100644 --- a/simgear/scene/model/ModelRegistry.cxx +++ b/simgear/scene/model/ModelRegistry.cxx @@ -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."); -- 2.39.5