aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-04-19 22:03:34 +0000
committerJustin Clarke Casey2008-04-19 22:03:34 +0000
commit11f057f90beafa776066a52f5e765128d79e7083 (patch)
tree0b99b8b56ea9533d1295919892e81f776891ef40 /OpenSim/Region
parentThank you kindly krtaylor for a patch to solve: (diff)
downloadopensim-SC_OLD-11f057f90beafa776066a52f5e765128d79e7083.zip
opensim-SC_OLD-11f057f90beafa776066a52f5e765128d79e7083.tar.gz
opensim-SC_OLD-11f057f90beafa776066a52f5e765128d79e7083.tar.bz2
opensim-SC_OLD-11f057f90beafa776066a52f5e765128d79e7083.tar.xz
* Insert an OpenSim warning telling the user to ignore the ERROR assembly scanning messages. This is a temporary measure.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index 1167576..079fe8d 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -146,6 +146,9 @@ namespace OpenSim
146 Directory.Delete("addin-db-000", true); 146 Directory.Delete("addin-db-000", true);
147 } 147 }
148 148
149
150 m_log.Info("[OPENSIM MAIN]: PLEASE IGNORE THE SCANNING ERRORS BELOW. These are the result of a temporary problem with our plugins manager.");
151
149 AddinManager.Initialize("."); 152 AddinManager.Initialize(".");
150 AddinManager.Registry.Update(null); 153 AddinManager.Registry.Update(null);
151 154