mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Give extra info on the call stack when SQL errors happen
This commit is contained in:
@@ -73,6 +73,7 @@ namespace OpenSim.Data.MySQL
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.Error(e.Message, e);
|
||||
m_log.Error(Environment.StackTrace.ToString());
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user