diff options
author | UbitUmarov | 2014-08-10 13:02:39 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-10 13:02:39 +0100 |
commit | a363ed484e50d58bbb05230d7ee3679f2f7370c9 (patch) | |
tree | f40c2d677bedc17a16ae67307547300d77d12c60 /OpenSim | |
parent | also on other case (diff) | |
parent | Give extra info on the call stack when SQL errors happen (diff) | |
download | opensim-SC_OLD-a363ed484e50d58bbb05230d7ee3679f2f7370c9.zip opensim-SC_OLD-a363ed484e50d58bbb05230d7ee3679f2f7370c9.tar.gz opensim-SC_OLD-a363ed484e50d58bbb05230d7ee3679f2f7370c9.tar.bz2 opensim-SC_OLD-a363ed484e50d58bbb05230d7ee3679f2f7370c9.tar.xz |
Merge branch 'master' into ubitworkmaster
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLFramework.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLFramework.cs b/OpenSim/Data/MySQL/MySQLFramework.cs index 3fdcf1e..04f3316 100644 --- a/OpenSim/Data/MySQL/MySQLFramework.cs +++ b/OpenSim/Data/MySQL/MySQLFramework.cs | |||
@@ -73,6 +73,7 @@ namespace OpenSim.Data.MySQL | |||
73 | catch (Exception e) | 73 | catch (Exception e) |
74 | { | 74 | { |
75 | m_log.Error(e.Message, e); | 75 | m_log.Error(e.Message, e); |
76 | m_log.Error(Environment.StackTrace.ToString()); | ||
76 | return 0; | 77 | return 0; |
77 | } | 78 | } |
78 | } | 79 | } |