diff options
author | Melanie | 2010-04-30 21:13:31 +0100 |
---|---|---|
committer | Melanie | 2010-04-30 21:13:31 +0100 |
commit | 0c2ab54d4126f6a270f50d3f772241e2bd1fc138 (patch) | |
tree | a844744cac0382babf91955b87362fd0dbf3fe83 /OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs | |
parent | Allow retrieval if admin users in scope mode (diff) | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-0c2ab54d4126f6a270f50d3f772241e2bd1fc138.zip opensim-SC-0c2ab54d4126f6a270f50d3f772241e2bd1fc138.tar.gz opensim-SC-0c2ab54d4126f6a270f50d3f772241e2bd1fc138.tar.bz2 opensim-SC-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.cs | 2 |
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) |