Change warning from "not a valid assembly" to "not a module assembly"

afrisby
Charles Krinke 2007-10-11 14:26:59 +00:00
parent 86e5f82cb1
commit 847be6b872
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.Warn( "MODULES", "The file [{0}] is not a valid assembly.", e.FileName ); m_log.Warn( "MODULES", "The file [{0}] is not a module assembly.", e.FileName );
} }
} }