mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Start printing the region simulator_login exception to the log
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
m_log.Error("Unable to connect to grid. Grid server not running?");
|
||||
m_log.ErrorFormat("Unable to connect to grid. Grid server not running? Exception {0}", ex);
|
||||
throw(ex);
|
||||
}
|
||||
Hashtable GridRespData = (Hashtable)GridResp.Value;
|
||||
|
||||
Reference in New Issue
Block a user