Changeset 9868 for OpenSceneGraph/trunk/src/osg/GraphicsContext.cpp
- Timestamp:
- 03/08/09 13:00:36 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/GraphicsContext.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/GraphicsContext.cpp
r8872 r9868 318 318 GraphicsContext* GraphicsContext::getOrCreateCompileContext(unsigned int contextID) 319 319 { 320 osg::notify(osg:: INFO)<<"GraphicsContext::createCompileContext."<<std::endl;320 osg::notify(osg::NOTICE)<<"GraphicsContext::createCompileContext."<<std::endl; 321 321 322 322 { … … 350 350 OpenThreads::ScopedLock<OpenThreads::Mutex> lock(s_contextIDMapMutex); 351 351 s_contextIDMap[contextID]._compileContext = gc; 352 osg::notify(osg:: INFO)<<" succeeded GraphicsContext::createCompileContext."<<std::endl;352 osg::notify(osg::NOTICE)<<" succeeded GraphicsContext::createCompileContext."<<std::endl; 353 353 return gc.release(); 354 354 }
