From 73f9cd05cd2524740a11227cab4813255d649733 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Thu, 19 Jan 2012 07:38:33 +0100 Subject: [PATCH] Lower the compressed texture message for the release branch. --- 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 273eb493..81597f59 100644 --- a/simgear/scene/model/ModelRegistry.cxx +++ b/simgear/scene/model/ModelRegistry.cxx @@ -284,7 +284,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.");