mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
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:
@@ -70,7 +70,7 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
{
|
||||
database.insertLogRow(serverDaemon, target, methodCall, arguments, priority, logMessage);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
database.Reconnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user