File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Framework/Utils/include/DPLUtils Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,10 @@ class DPLRawParser
250250 LOG (warn) << msg << (*this ->mInputIterator ).spec ->binding << " : " << e.what ();
251251 } else if (this ->mSeverity == fair::Severity::fatal) {
252252 LOG (fatal) << msg << (*this ->mInputIterator ).spec ->binding << " : " << e.what ();
253+ } else if (this ->mSeverity == fair::Severity::critical) {
254+ LOG (critical) << msg << (*this ->mInputIterator ).spec ->binding << " : " << e.what ();
255+ } else if (this ->mSeverity == fair::Severity::error) {
256+ LOG (error) << msg << (*this ->mInputIterator ).spec ->binding << " : " << e.what ();
253257 } else if (this ->mSeverity == fair::Severity::info) {
254258 LOG (info) << msg << (*this ->mInputIterator ).spec ->binding << " : " << e.what ();
255259 } else {
You can’t perform that action at this time.
0 commit comments