From a45d98ea22d61d7d5bd13680f7635c37f9923729 Mon Sep 17 00:00:00 2001
From: Jonathan Guinet <jonathan.guinet@c-s.fr>
Date: Mon, 2 Jul 2012 14:40:28 +0200
Subject: [PATCH] REFAC: BlockMatching application info change.

---
 Applications/DisparityMap/otbBlockMatching.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Applications/DisparityMap/otbBlockMatching.cxx b/Applications/DisparityMap/otbBlockMatching.cxx
index 12d91760a3..3317c6cb30 100644
--- a/Applications/DisparityMap/otbBlockMatching.cxx
+++ b/Applications/DisparityMap/otbBlockMatching.cxx
@@ -677,7 +677,7 @@ private:
 
     if (IsParameterEnabled("bm.medianfilter.radius") && IsParameterEnabled("bm.medianfilter.incoherence"))
       {
-      GetLogger()->Info('\n' + "Applies a median filter to smooth the disparity map" + '\n');
+      otbAppLogINFO("Applies a median filter to smooth the disparity map"<<std::endl);
       if (minhdisp < maxhdisp)
         {
         m_HMedianFilter->SetInput(hdispImage);
-- 
GitLab