Skip to content
Snippets Groups Projects
Commit 1a6dc6d2 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed exception message, DynamicLib entries in castor.conf are not supported any longer

parent 26440727
Branches
Tags
No related merge requests found
......@@ -559,7 +559,7 @@ unsigned int castor::rh::RHThread::handleRequest(castor::stager::Request* fr)
m_rhSvc = dynamic_cast<castor::rh::IRHSvc*>(svc);
if (0 == m_rhSvc) {
castor::exception::Internal ex;
ex.getMessage() << "Couldn't load the request handler service, check the castor.conf for DynamicLib entries" << std::endl;
ex.getMessage() << "Couldn't load the request handler service" << std::endl;
throw ex;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment