From 11f057f90beafa776066a52f5e765128d79e7083 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 19 Apr 2008 22:03:34 +0000 Subject: * Insert an OpenSim warning telling the user to ignore the ERROR assembly scanning messages. This is a temporary measure. --- OpenSim/Region/Application/OpenSimMain.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Region') 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 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); -- cgit v1.1