* Supressed the "not a module assembly" warning for verbosity reasons.
parent
c40cfb01aa
commit
b1b9f79a04
|
@ -185,9 +185,9 @@ namespace OpenSim.Region.Environment
|
||||||
pluginAssembly = Assembly.LoadFrom(dllName);
|
pluginAssembly = Assembly.LoadFrom(dllName);
|
||||||
LoadedAssemblys.Add(dllName, pluginAssembly);
|
LoadedAssemblys.Add(dllName, pluginAssembly);
|
||||||
}
|
}
|
||||||
catch (BadImageFormatException e)
|
catch (BadImageFormatException)
|
||||||
{
|
{
|
||||||
m_log.Verbose("MODULES", "The file [{0}] is not a module assembly.", e.FileName);
|
//m_log.Verbose("MODULES", "The file [{0}] is not a module assembly.", e.FileName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue