diff --git a/Framework/MDAlgorithms/src/LoadDNSSCD.cpp b/Framework/MDAlgorithms/src/LoadDNSSCD.cpp index 6c1ca007c0e2f90dae73928d1db184b64829e70d..c3c5c5044e6fdf87ed1064b079794b9b56d4db64 100644 --- a/Framework/MDAlgorithms/src/LoadDNSSCD.cpp +++ b/Framework/MDAlgorithms/src/LoadDNSSCD.cpp @@ -294,7 +294,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.warning() << boost::current_exception_diagnostic_information() + << std::endl; } }