aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
diff options
context:
space:
mode:
authorMelanie2010-04-30 21:13:31 +0100
committerMelanie2010-04-30 21:13:31 +0100
commit0c2ab54d4126f6a270f50d3f772241e2bd1fc138 (patch)
treea844744cac0382babf91955b87362fd0dbf3fe83 /OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
parentAllow retrieval if admin users in scope mode (diff)
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-0c2ab54d4126f6a270f50d3f772241e2bd1fc138.zip
opensim-SC_OLD-0c2ab54d4126f6a270f50d3f772241e2bd1fc138.tar.gz
opensim-SC_OLD-0c2ab54d4126f6a270f50d3f772241e2bd1fc138.tar.bz2
opensim-SC_OLD-0c2ab54d4126f6a270f50d3f772241e2bd1fc138.tar.xz
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs b/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
index 3c70aef..9b8e2fa 100644
--- a/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
+++ b/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs
@@ -59,7 +59,7 @@ namespace OpenSim.Data.SQLite
59 if (!m_initialized) 59 if (!m_initialized)
60 { 60 {
61 m_Connection = new SqliteConnection(connectionString); 61 m_Connection = new SqliteConnection(connectionString);
62 Console.WriteLine(string.Format("OPENING CONNECTION FOR {0} USING {1}", storeName, connectionString)); 62 //Console.WriteLine(string.Format("OPENING CONNECTION FOR {0} USING {1}", storeName, connectionString));
63 m_Connection.Open(); 63 m_Connection.Open();
64 64
65 if (storeName != String.Empty) 65 if (storeName != String.Empty)