diff options
author | Justin Clark-Casey (justincc) | 2010-04-30 22:22:03 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-04-30 22:22:03 +0100 |
commit | f3662e3d15073aa7da22c3faf34afd6cb0e19dc9 (patch) | |
tree | 8a9c0b02de26418ebdfa8b467cf0c9027f1e01ba /OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs | |
parent | take out some debug logging in the sqlite db adaptor (diff) | |
download | opensim-SC_OLD-f3662e3d15073aa7da22c3faf34afd6cb0e19dc9.zip opensim-SC_OLD-f3662e3d15073aa7da22c3faf34afd6cb0e19dc9.tar.gz opensim-SC_OLD-f3662e3d15073aa7da22c3faf34afd6cb0e19dc9.tar.bz2 opensim-SC_OLD-f3662e3d15073aa7da22c3faf34afd6cb0e19dc9.tar.xz |
minor: eliminate more debug Console.WriteLines, convert one to logging instead
Diffstat (limited to '')
-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) |