* Insert an OpenSim warning telling the user to ignore the ERROR assembly scanning messages. This is a temporary measure.

0.6.0-stable
Justin Clarke Casey 2008-04-19 22:03:34 +00:00
parent 6865f1c67d
commit 11f057f90b
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ namespace OpenSim
Directory.Delete("addin-db-000", true);
}
m_log.Info("[OPENSIM MAIN]: PLEASE IGNORE THE SCANNING ERRORS BELOW. These are the result of a temporary problem with our plugins manager.");
AddinManager.Initialize(".");
AddinManager.Registry.Update(null);