Changeset 3270
- Timestamp:
- 08/13/04 14:38:12 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/DataInputStream.cpp
r3160 r3270 59 59 60 60 #include <osg/Endian> 61 #include <osg/Notify> 61 62 #include <osgDB/ReadFile> 62 63 … … 87 88 throw Exception("DataInputStream::DataInputStream(): This file has an unreadable endian type.") ; 88 89 } 89 if (true/*_verboseOutput*/) std::cout<<"DataInputStream::DataInputStream: Reading a byteswapped file" << std::endl ;90 osg::notify(osg::INFO)<<"DataInputStream::DataInputStream: Reading a byteswapped file" << std::endl ; 90 91 _byteswap = 1 ; 91 92 }
