mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Supressed the "not a module assembly" warning for verbosity reasons.
This commit is contained in:
@@ -185,9 +185,9 @@ namespace OpenSim.Region.Environment
|
||||
pluginAssembly = Assembly.LoadFrom(dllName);
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user