Changed the database pager run message to only output at an info level

This commit is contained in:
Robert Osfield 2004-08-10 18:31:43 +00:00
parent b52b972a67
commit e871adae1a

View File

@ -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.