aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLLogData.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLLogData.cs b/OpenSim/Data/MSSQL/MSSQLLogData.cs
index 63cd605..1332305 100644
--- a/OpenSim/Data/MSSQL/MSSQLLogData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLLogData.cs
@@ -112,8 +112,7 @@ namespace OpenSim.Data.MSSQL
112 catch (Exception e) 112 catch (Exception e)
113 { 113 {
114 //Are we not in a loop here 114 //Are we not in a loop here
115 //m_log.Error(e.ToString()); 115 m_log.Error("[LOG DB] Error logging : " + e.Message);
116 Console.WriteLine("[LOG DB] Error logging : " + e.Message);
117 } 116 }
118 } 117 }
119 } 118 }