diff --git a/Applications/DisparityMap/otbBlockMatching.cxx b/Applications/DisparityMap/otbBlockMatching.cxx index 8435d010cfdf006a10778d1d94698374a8d437d3..2071c2b562772836c39dffa82daa323b2537fcaf 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);