Changeset 3331
- Timestamp:
- 08/27/04 18:19:05 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgDB/FileUtils.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgDB/FileUtils.cpp
r3330 r3331 559 559 else 560 560 { 561 notify(DEBUG_INFO ) << "Couldn't find the Application Bundle" << std::endl;561 osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Application Bundle" << std::endl; 562 562 } 563 563 … … 584 584 else 585 585 { 586 notify(DEBUG_INFO ) << "Couldn't find the User's Application Support Path" << std::endl;586 osg::notify( osg::DEBUG_INFO ) << "Couldn't find the User's Application Support Path" << std::endl; 587 587 } 588 588 … … 609 609 else 610 610 { 611 notify(DEBUG_INFO ) << "Couldn't find the Local System's Application Support Path" << std::endl;611 osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Local System's Application Support Path" << std::endl; 612 612 } 613 613 … … 636 636 else 637 637 { 638 notify(DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl;638 osg::notify( osg::DEBUG_INFO ) << "Couldn't find the Network Application Support Path" << std::endl; 639 639 } 640 640 }
