From 018440a3cf3f67b45e6385851c7ee348b14b89e5 Mon Sep 17 00:00:00 2001
From: Marina Ganeva <m.ganeva@fz-juelich.de>
Date: Fri, 6 Apr 2018 08:35:26 +0200
Subject: [PATCH] Refs #21293 print diagnostic info in debug, not in warning

---
 Framework/MDAlgorithms/src/LoadDNSSCD.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Framework/MDAlgorithms/src/LoadDNSSCD.cpp b/Framework/MDAlgorithms/src/LoadDNSSCD.cpp
index b413383b09e..720dae38746 100644
--- a/Framework/MDAlgorithms/src/LoadDNSSCD.cpp
+++ b/Framework/MDAlgorithms/src/LoadDNSSCD.cpp
@@ -293,8 +293,8 @@ void LoadDNSSCD::exec() {
     } catch (...) {
       g_log.warning() << "Failed to read file " << fname;
       g_log.warning() << ". This file will be ignored. " << std::endl;
-      g_log.warning() << boost::current_exception_diagnostic_information()
-                      << std::endl;
+      g_log.debug() << boost::current_exception_diagnostic_information()
+                    << std::endl;
     }
   }
 
-- 
GitLab