From b87354baa40d85d82c3ea69d4046d31513388887 Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org> Date: Mon, 11 Jun 2012 12:31:21 +0200 Subject: [PATCH] ENH: add return in logger --- 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 8435d010cf..2071c2b562 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("Applies a median filter to smooth the disparity map" + '\n'); + GetLogger()->Info('\n' + "Applies a median filter to smooth the disparity map" + '\n'); if (minhdisp < maxhdisp) { m_HMedianFilter->SetInput(hdispImage); -- GitLab