diff options
author | Justin Clarke Casey | 2008-04-19 22:03:34 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-19 22:03:34 +0000 |
commit | 11f057f90beafa776066a52f5e765128d79e7083 (patch) | |
tree | 0b99b8b56ea9533d1295919892e81f776891ef40 /OpenSim/Region/Application/OpenSimMain.cs | |
parent | Thank you kindly krtaylor for a patch to solve: (diff) | |
download | opensim-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/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 3 |
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 | ||