Show
Ignore:
Timestamp:
03/11/09 18:39:08 (4 years ago)
Author:
robert
Message:

changed debug info to output to INFO instaed of NOTICE.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp

    r9910 r9912  
    4040FFmpegImageStream::~FFmpegImageStream() 
    4141{ 
    42     osg::notify(osg::NOTICE)<<"Destructing FFMpegImageStream..."<<std::endl; 
     42    osg::notify(osg::INFO)<<"Destructing FFmpegImageStream..."<<std::endl; 
    4343 
    4444    quit(true); 
    4545     
    46     osg::notify(osg::NOTICE)<<"Have done quit"<<std::endl; 
     46    osg::notify(osg::INFO)<<"Have done quit"<<std::endl; 
    4747 
    4848    // release athe audio streams to make sure that the decoder doesn't retain any external 
     
    5656    delete m_commands; 
    5757 
    58     osg::notify(osg::NOTICE)<<"Destructed FFMpegImageStream."<<std::endl; 
     58    osg::notify(osg::INFO)<<"Destructed FFMpegImageStream."<<std::endl; 
    5959} 
    6060