* Start printing the region simulator_login exception to the log
parent
7fe243e3d4
commit
35b1cae593
|
@ -133,7 +133,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
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);
|
throw(ex);
|
||||||
}
|
}
|
||||||
Hashtable GridRespData = (Hashtable)GridResp.Value;
|
Hashtable GridRespData = (Hashtable)GridResp.Value;
|
||||||
|
|
Loading…
Reference in New Issue