diff --git a/Framework/MDAlgorithms/src/LoadDNSSCD.cpp b/Framework/MDAlgorithms/src/LoadDNSSCD.cpp index b413383b09e6ae1e88b9f8a22608e7293ac7881d..720dae38746f0d6c5e4c14e59535f1df0ab31394 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; } }