Skip to content
Snippets Groups Projects
Commit eb3ef6aa authored by Cedric Caffy's avatar Cedric Caffy
Browse files

Schema version+status checking leaves a CRIT error message in the cta frontend if the

versions mismatch
parent 5da8a03f
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ void XrdSsiCtaServiceProvider::ExceptionThrowingInit(XrdSsiLogger *logP, XrdSsiC
m_catalogue->ping();
} catch(cta::exception::Exception& ex){
log::LogContext lc(*m_log);
lc.log(cta::log::ERR,ex.getMessageValue());
lc.log(cta::log::CRIT,ex.getMessageValue());
throw ex;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment