Give extra info on the call stack when SQL errors happen

This commit is contained in:
Melanie Thielker
2014-08-09 16:25:40 +02:00
parent ddfb05e57a
commit 52dc27991f

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