try to shutup some errors dunring shutdown, due to .net mess
parent
1ad3a256f2
commit
6d030e2f2b
|
@ -246,13 +246,13 @@ namespace OpenSim.Framework.Monitoring
|
|||
break;
|
||||
}
|
||||
}
|
||||
catch(ObjectDisposedException)
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
m_log.DebugFormat("[JobEngine] {0} stopping ignoring {1} jobs in queue",
|
||||
m_log.DebugFormat("[JobEngine] {0} Canceled ignoring {1} jobs in queue",
|
||||
Name, m_jobQueue.Count);
|
||||
break;
|
||||
}
|
||||
catch(OperationCanceledException)
|
||||
catch
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue