Give extra info on the call stack when SQL errors happen

avinationmerge
Melanie Thielker 2014-08-09 16:25:40 +02:00
parent ddfb05e57a
commit 52dc27991f
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}