Changed the database pager run message to only output at an info level
This commit is contained in:
parent
b52b972a67
commit
e871adae1a
@ -302,7 +302,7 @@ struct SortFileRequestFunctor
|
||||
|
||||
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
|
||||
// by keeping deleted texture objects around for 10 seconds after being deleted.
|
||||
|
Loading…
Reference in New Issue
Block a user