mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +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);
|
||||
|
||||
@@ -130,7 +130,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
response.OutputStream.Flush();
|
||||
response.Send();
|
||||
}
|
||||
catch (Exception e)
|
||||
// catch (Exception e)
|
||||
catch
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user