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

This commit is contained in:
Justin Clarke Casey
2008-04-19 22:03:34 +00:00
parent 6865f1c67d
commit 11f057f90b

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);