* Start printing the region simulator_login exception to the log

This commit is contained in:
Justin Clarke Casey
2008-03-26 12:28:59 +00:00
parent 7fe243e3d4
commit 35b1cae593

View File

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