mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
try to shutup some errors dunring shutdown, due to .net mess
This commit is contained in:
@@ -246,13 +246,13 @@ namespace OpenSim.Framework.Monitoring
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch(ObjectDisposedException)
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
m_log.DebugFormat("[JobEngine] {0} stopping ignoring {1} jobs in queue",
|
||||
Name,m_jobQueue.Count);
|
||||
m_log.DebugFormat("[JobEngine] {0} Canceled ignoring {1} jobs in queue",
|
||||
Name, m_jobQueue.Count);
|
||||
break;
|
||||
}
|
||||
catch(OperationCanceledException)
|
||||
catch
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user