Index: OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp (revision 9910)
+++ OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegImageStream.cpp (revision 9912)
@@ -40,9 +40,9 @@
 FFmpegImageStream::~FFmpegImageStream()
 {
-    osg::notify(osg::NOTICE)<<"Destructing FFMpegImageStream..."<<std::endl;
+    osg::notify(osg::INFO)<<"Destructing FFmpegImageStream..."<<std::endl;
 
     quit(true);
     
-    osg::notify(osg::NOTICE)<<"Have done quit"<<std::endl;
+    osg::notify(osg::INFO)<<"Have done quit"<<std::endl;
 
     // release athe audio streams to make sure that the decoder doesn't retain any external
@@ -56,5 +56,5 @@
     delete m_commands;
 
-    osg::notify(osg::NOTICE)<<"Destructed FFMpegImageStream."<<std::endl;
+    osg::notify(osg::INFO)<<"Destructed FFMpegImageStream."<<std::endl;
 }
 
