From 48dd5e4104e255671f1e36b4c182caa17d57359e Mon Sep 17 00:00:00 2001
From: ctraizet <cedric.traizet@c-s.fr>
Date: Mon, 18 Mar 2019 17:24:00 +0100
Subject: [PATCH] ENH: endmember matrix is now only printed in Debug log level

---
 .../AppHyperspectral/app/otbHyperspectralUnmixing.cxx           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx b/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx
index 0444e858d6..594a1827b3 100644
--- a/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx
+++ b/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx
@@ -179,7 +179,7 @@ private:
     endMember2Matrix->Update();
 
     MatrixType endMembersMatrix = endMember2Matrix->GetMatrix();
-    otbAppLogINFO("Endmembers matrix : " << endMembersMatrix);
+    otbAppLogDEBUG("Endmembers matrix : " << endMembersMatrix);
 
     /*
      * Unmix
-- 
GitLab