Changed debug message to INFO.
This commit is contained in:
parent
e1454d22a7
commit
6971588592
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user