From edf15e9f554d06dfdb2e426b9bfac8850178dea7 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 3 Jan 2016 21:51:58 -0600 Subject: [PATCH] Quite some debug output from the materials caches. --- simgear/scene/material/matlib.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/scene/material/matlib.cxx b/simgear/scene/material/matlib.cxx index 848568d0..99a1c4c4 100644 --- a/simgear/scene/material/matlib.cxx +++ b/simgear/scene/material/matlib.cxx @@ -201,7 +201,7 @@ SGMaterialCache *SGMaterialLib::generateMatCache(SGGeod center) // Destructor SGMaterialLib::~SGMaterialLib ( void ) { - SG_LOG( SG_GENERAL, SG_INFO, "SGMaterialLib::~SGMaterialLib() size=" << matlib.size()); + SG_LOG( SG_TERRAIN, SG_DEBUG, "SGMaterialLib::~SGMaterialLib() size=" << matlib.size()); } const SGMaterial *SGMaterialLib::findMaterial(const osg::Geode* geode) @@ -244,5 +244,5 @@ SGMaterial *SGMaterialCache::find(const string& material) const // Destructor SGMaterialCache::~SGMaterialCache ( void ) { - SG_LOG( SG_GENERAL, SG_INFO, "SGMaterialCache::~SGMaterialCache() size=" << cache.size()); + SG_LOG( SG_TERRAIN, SG_DEBUG, "SGMaterialCache::~SGMaterialCache() size=" << cache.size()); } -- 2.39.5