* Insert an OpenSim warning telling the user to ignore the ERROR assembly scanning messages. This is a temporary measure.
parent
6865f1c67d
commit
11f057f90b
|
@ -146,6 +146,9 @@ namespace OpenSim
|
||||||
Directory.Delete("addin-db-000", true);
|
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.Initialize(".");
|
||||||
AddinManager.Registry.Update(null);
|
AddinManager.Registry.Update(null);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue