mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
minor: remove mono compiler warnings
This commit is contained in:
@@ -65,10 +65,11 @@ namespace OpenSim.ApplicationPlugins.ScriptEngine
|
||||
{
|
||||
componentAssembly = Assembly.LoadFrom(file);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
m_log.ErrorFormat("[{0}] Error loading: \"{1}\".", Name, file);
|
||||
}
|
||||
|
||||
if (componentAssembly != null)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user