diff --git a/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx b/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx
index 5b7112d43feb4168d7ba66d462f4dec0abd1c237..84a7a75e4320ed5bbcbca53ab302aaa553772663 100644
--- a/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx
+++ b/Code/Projections/otbPhysicalToRPCSensorModelImageFilter.txx
@@ -108,8 +108,9 @@ PhysicalToRPCSensorModelImageFilter<TImage>
   
     m_GCPsToSensorModelFilter->SetInput(input);
     m_GCPsToSensorModelFilter->UpdateOutputInformation();
-    std::cout<<"RPC model estimated. RMS ground error: "<<m_GCPsToSensorModelFilter->GetRMSGroundError()
-             <<", Mean error: "<<m_GCPsToSensorModelFilter->GetMeanError()<<std::endl;
+    
+    otbGenericMsgDebugMacro(<<"RPC model estimated. RMS ground error: "<<m_GCPsToSensorModelFilter->GetRMSGroundError()
+             <<", Mean error: "<<m_GCPsToSensorModelFilter->GetMeanError());
   
     // Encapsulate the keywordlist
     itk::MetaDataDictionary& dict = this->GetOutput()->GetMetaDataDictionary();