mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Return if an unknown exception has been cought in Channel
This commit is contained in:
committed by
Mohammad Al-Turany
parent
d52d7d4ebc
commit
ada23500be
@@ -311,6 +311,7 @@ void FairMQDevice::RunWrapper()
|
||||
catch(boost::thread_resource_error& e)
|
||||
{
|
||||
LOG(ERROR) << e.what();
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
if (CheckCurrentState(RUNNING))
|
||||
|
Reference in New Issue
Block a user