- Timestamp:
- 05/28/10 18:22:02 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/Document.cpp
r10084 r11489 84 84 if (!_currentPrimaryRecord.valid()) 85 85 { 86 osg::notify(osg::WARN)<< "No current primary in Document::pushExtension()." << std::endl;86 OSG_WARN << "No current primary in Document::pushExtension()." << std::endl; 87 87 return; 88 88 } … … 96 96 if (!_currentPrimaryRecord.valid()) 97 97 { 98 osg::notify(osg::WARN)<< "Can't decide primary in Document::popExtension()." << std::endl;98 OSG_WARN << "Can't decide primary in Document::popExtension()." << std::endl; 99 99 return; 100 100 } … … 119 119 osg::PolygonOffset* Document::getSubSurfacePolygonOffset(int level) 120 120 { 121 osg::notify(osg::DEBUG_INFO)<<"Document::getSubSurfacePolygonOffset("<<level<<")"<<std::endl;121 OSG_DEBUG<<"Document::getSubSurfacePolygonOffset("<<level<<")"<<std::endl; 122 122 osg::ref_ptr<osg::PolygonOffset>& po = _subsurfacePolygonOffsets[level]; 123 123 if (!po)
