mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix CID 169527 Uncaught Exception
This commit is contained in:
@@ -325,6 +325,10 @@ void Monitor::PrintQueues()
|
||||
{
|
||||
cout << "\tno queues found" << endl;
|
||||
}
|
||||
catch (std::out_of_range& ie)
|
||||
{
|
||||
cout << "\tno queues found" << endl;
|
||||
}
|
||||
|
||||
cout << endl;
|
||||
}
|
||||
|
Reference in New Issue
Block a user