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

This commit is contained in:
Charles Krinke
2007-10-11 14:26:59 +00:00
parent 86e5f82cb1
commit 847be6b872

View File

@@ -128,7 +128,7 @@ namespace OpenSim.Region.Environment
}
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 );
}
}