Index: /OpenSceneGraph/trunk/src/osgPlugins/txp/TerrapageNode.cpp
===================================================================
--- /OpenSceneGraph/trunk/src/osgPlugins/txp/TerrapageNode.cpp (revision 1476)
+++ /OpenSceneGraph/trunk/src/osgPlugins/txp/TerrapageNode.cpp (revision 1913)
@@ -83,5 +83,5 @@
         {
             loadAll = true;
-            std::cout<<"LoadAll selected"<<std::endl;
+            osg::notify(osg::INFO)<<"TerraPage archive : LoadAll selected"<<std::endl;
         }
         
@@ -89,5 +89,5 @@
         {
             threadMode = OSGPageManager::ThreadNone;
-            std::cout<<"ThreadNone selected"<<std::endl;
+            osg::notify(osg::INFO)<<"TerraPage archive : ThreadNone selected"<<std::endl;
         }
 
@@ -95,5 +95,5 @@
         {
             threadMode = OSGPageManager::ThreadFree;
-            std::cout<<"ThreadFree selected"<<std::endl;
+            osg::notify(osg::INFO)<<"TerraPage archive : ThreadFree selected"<<std::endl;
         }
 
@@ -101,5 +101,5 @@
         {
             threadMode = OSGPageManager::ThreadSync;
-            std::cout<<"ThreadSync selected"<<std::endl;
+            osg::notify(osg::INFO)<<"TerraPage archive : ThreadSync selected"<<std::endl;
         }
     }
