mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
shut up some pesty warnings
This commit is contained in:
@@ -238,7 +238,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch(ObjectDisposedException e)
|
||||
catch(ObjectDisposedException)
|
||||
{
|
||||
m_log.DebugFormat("[JobEngine] {0} stopping ignoring {1} jobs in queue",
|
||||
Name,m_jobQueue.Count);
|
||||
|
||||
Reference in New Issue
Block a user