* Okay, so maybe Error was a bit harsh for BadImageException; downgrading to Warning.
* This commit brought to you by http://icanhascheezburger.com/afrisby
parent
dbdacc26a4
commit
94d98e638e
|
@ -128,7 +128,7 @@ namespace OpenSim.Region.Environment
|
||||||
}
|
}
|
||||||
catch( BadImageFormatException e )
|
catch( BadImageFormatException e )
|
||||||
{
|
{
|
||||||
m_log.Error( "MODULES", "The file [{0}] is not a valid assembly.", e.FileName );
|
m_log.Warn( "MODULES", "The file [{0}] is not a valid assembly.", e.FileName );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue