mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Correct mistake in channel validation
This commit is contained in:
@@ -259,10 +259,13 @@ void FairMQDevice::RunWrapper()
|
||||
|
||||
Run();
|
||||
|
||||
try {
|
||||
try
|
||||
{
|
||||
rateLogger.interrupt();
|
||||
rateLogger.join();
|
||||
} catch(boost::thread_resource_error& e) {
|
||||
}
|
||||
catch(boost::thread_resource_error& e)
|
||||
{
|
||||
LOG(ERROR) << e.what();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user