minor: remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-11-10 19:06:01 +00:00
parent 5d1d5a22a9
commit 0f22013ae4
7 changed files with 16 additions and 16 deletions

View File

@@ -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