]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/material/TextureBuilder.cxx
Remove debugging messages
[simgear.git] / simgear / scene / material / TextureBuilder.cxx
index 73ad2a533dedb99b4fca66eb9df31e59b797b914..a875b681fc75b03d45674c1f861456e4b84681cb 100644 (file)
@@ -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();