Changed debug message to INFO.

This commit is contained in:
Robert Osfield 2005-12-05 20:11:50 +00:00
parent e1454d22a7
commit 6971588592

View File

@ -58,7 +58,7 @@ unsigned int GraphicsContext::createNewContextID()
// reuse contextID;
itr->second = 1;
osg::notify(osg::NOTICE)<<"GraphicsContext::createNewContextID() reusing contextID="<<itr->first<<std::endl;
osg::notify(osg::INFO)<<"GraphicsContext::createNewContextID() reusing contextID="<<itr->first<<std::endl;
return itr->first;
}