Merge branch 'master' into ubitworkmaster

This commit is contained in:
UbitUmarov
2014-08-10 13:02:39 +01:00

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