Grid Servers:

* Sugilite grid server now works with older regions properly (using it on deepgrid for testing)
* Sugilite user server still broken with sugilite region server
* Reduced the number of compiler warnings to zero
Region Servers:
* Added debug information to OGS1 Comms to help debug user server connectivity issues.
This commit is contained in:
Adam Frisby
2007-07-04 07:45:42 +00:00
parent 249ce4cf6f
commit 827cccb99c
5 changed files with 75 additions and 81 deletions

View File

@@ -70,7 +70,7 @@ namespace OpenSim.Framework.Data.MySQL
{
database.insertLogRow(serverDaemon, target, methodCall, arguments, priority, logMessage);
}
catch (Exception e)
catch
{
database.Reconnect();
}