* Return of R2162. /Take that SVN!/

This commit is contained in:
Adam Frisby
2007-10-22 21:57:32 +00:00
parent dd770c384c
commit 5dad0ed729
17 changed files with 187 additions and 67 deletions

View File

@@ -168,7 +168,7 @@ namespace OpenSim.Region.Environment
}
catch( BadImageFormatException e )
{
m_log.Warn( "MODULES", "The file [{0}] is not a module assembly.", e.FileName );
m_log.Verbose( "MODULES", "The file [{0}] is not a module assembly.", e.FileName );
}
}