Change warning from "not a valid assembly" to "not a module assembly"
parent
86e5f82cb1
commit
847be6b872
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue