From: Vivian Meazza Date: Mon, 2 Aug 2010 19:27:49 +0000 (+0100) Subject: Remove debugging messages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72d2c7f078cf9888a13dbd28c26cf51ebc2c3b06;p=simgear.git Remove debugging messages Signed-off-by: Vivian Meazza --- 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();