diff --git a/Applications/Util/otbConvert.cxx b/Applications/Util/otbConvert.cxx
index 54923298b63b615418803be98ac794b653c36cde..37d1303d319fa0255762d829761642306f102c62 100644
--- a/Applications/Util/otbConvert.cxx
+++ b/Applications/Util/otbConvert.cxx
@@ -222,10 +222,8 @@ private:
         inputMax[i] = histogramsGenerator->GetOutput()->GetNthElement(i)->Quantile(0, 0.98);
         }
       
-      otbAppLogDEBUG( << "Min/Max computation done : min=" << inputMin
+      otbAppLogDEBUG( << std::setprecision(5) << "Min/Max computation done : min=" << inputMin
                       << " max=" << inputMax );
-      std::cout << "Min/Max computation done : min=" << inputMin
-                << " max=" << inputMax <<std::endl;
 
       rescaler->AutomaticInputMinMaxComputationOff();
       rescaler->SetInputMinimum(inputMin);