From 72d2c7f078cf9888a13dbd28c26cf51ebc2c3b06 Mon Sep 17 00:00:00 2001 From: Vivian Meazza Date: Mon, 2 Aug 2010 20:27:49 +0100 Subject: [PATCH] Remove debugging messages Signed-off-by: Vivian Meazza --- simgear/scene/material/TextureBuilder.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/scene/material/TextureBuilder.cxx b/simgear/scene/material/TextureBuilder.cxx index 73ad2a53..a875b681 100644 --- a/simgear/scene/material/TextureBuilder.cxx +++ b/simgear/scene/material/TextureBuilder.cxx @@ -478,7 +478,7 @@ Texture* CubeMapBuilder::build(Effect* effect, const SGPropertyNode* props, // Using 6 separate images if(texturesProp) { - SG_LOG(SG_INPUT, SG_ALERT, "try 6 images "); + SG_LOG(SG_INPUT, SG_DEBUG, "try 6 images "); CubeMapTuple _tuple = makeCubeMapTuple(effect, texturesProp); @@ -535,7 +535,7 @@ Texture* CubeMapBuilder::build(Effect* effect, const SGPropertyNode* props, // Using 1 cross image else if(crossProp) { - SG_LOG(SG_INPUT, SG_ALERT, "try cross map "); + SG_LOG(SG_INPUT, SG_DEBUG, "try cross map "); std::string texname = crossProp->getStringValue(); -- 2.39.5