* Okay, so maybe Error was a bit harsh for BadImageException; downgrading to Warning.

* This commit brought to you by http://icanhascheezburger.com/
afrisby
lbsa71 2007-10-10 19:11:57 +00:00
parent dbdacc26a4
commit 94d98e638e
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
} }
} }