diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 1f0dd28..7249322 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -244,6 +244,8 @@ namespace OpenSim | |||
244 | if (m_storageDll == "OpenSim.DataStore.MonoSqlite.dll") | 244 | if (m_storageDll == "OpenSim.DataStore.MonoSqlite.dll") |
245 | { | 245 | { |
246 | m_storageDll = "OpenSim.Framework.Data.SQLite.dll"; | 246 | m_storageDll = "OpenSim.Framework.Data.SQLite.dll"; |
247 | Console.WriteLine("WARNING: OpenSim.DataStore.MonoSqlite.dll is depreciated. Set storage_plugin to OpenSim.Framework.Data.SQLite.dll."); | ||
248 | Thread.Sleep(3000); | ||
247 | } | 249 | } |
248 | m_storageConnectionString | 250 | m_storageConnectionString |
249 | = startupConfig.GetString("storage_connection_string", "URI=file:OpenSim.db,version=3"); | 251 | = startupConfig.GetString("storage_connection_string", "URI=file:OpenSim.db,version=3"); |