Quiet a debug message.

This commit is contained in:
James Turner
2016-01-04 13:36:32 -06:00
parent edf15e9f55
commit f256d45b65

View File

@@ -97,7 +97,7 @@ public:
virtual ~SGTileDetailsCallback()
{
num_tdcb--;
SG_LOG( SG_GENERAL, SG_INFO, "SGTileDetailsCallback::~SGTileDetailsCallback() num cbs left " << num_tdcb );
SG_LOG( SG_TERRAIN, SG_DEBUG, "SGTileDetailsCallback::~SGTileDetailsCallback() num cbs left " << num_tdcb );
}
virtual osgDB::ReaderWriter::ReadResult readNode(