Changed the database pager run message to only output at an info level
This commit is contained in:
@@ -302,7 +302,7 @@ struct SortFileRequestFunctor
|
|||||||
|
|
||||||
void DatabasePager::run()
|
void DatabasePager::run()
|
||||||
{
|
{
|
||||||
osg::notify(osg::NOTICE)<<"DatabasePager::run()"<<std::endl;
|
osg::notify(osg::INFO)<<"DatabasePager::run()"<<std::endl;
|
||||||
|
|
||||||
// need to set the texture object manager to be able to reuse textures
|
// need to set the texture object manager to be able to reuse textures
|
||||||
// by keeping deleted texture objects around for 10 seconds after being deleted.
|
// by keeping deleted texture objects around for 10 seconds after being deleted.
|
||||||
|
|||||||
Reference in New Issue
Block a user