Skip to content
Snippets Groups Projects
Commit c2d751db authored by Marco Clemencic's avatar Marco Clemencic
Browse files

replaced endreq with endmsg in ForwardSchedulerSvc

See merge request !184
parents 17f23806 41e2718f
No related branches found
No related tags found
1 merge request!184replaced endreq with endmsg in ForwardSchedulerSvc
Pipeline #
...@@ -81,7 +81,7 @@ StatusCode ForwardSchedulerSvc::initialize(){ ...@@ -81,7 +81,7 @@ StatusCode ForwardSchedulerSvc::initialize(){
// Get hold of the TBBSvc. This should initialize the thread pool // Get hold of the TBBSvc. This should initialize the thread pool
m_threadPoolSvc = serviceLocator()->service("ThreadPoolSvc"); m_threadPoolSvc = serviceLocator()->service("ThreadPoolSvc");
if (!m_threadPoolSvc.isValid()) { if (!m_threadPoolSvc.isValid()) {
fatal() << "Error retrieving ThreadPoolSvc" << endreq; fatal() << "Error retrieving ThreadPoolSvc" << endmsg;
return StatusCode::FAILURE; return StatusCode::FAILURE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment