* Start printing the region simulator_login exception to the log

0.6.0-stable
Justin Clarke Casey 2008-03-26 12:28:59 +00:00
parent 7fe243e3d4
commit 35b1cae593
1 changed files with 1 additions and 1 deletions

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;