Merge branch 'master' into ubitworkmaster

avinationmerge
UbitUmarov 2014-08-10 13:02:39 +01:00
commit a363ed484e
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;
}
}