From 35b1cae59381eeb41dd9252954e97965812876a9 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 26 Mar 2008 12:28:59 +0000 Subject: * Start printing the region simulator_login exception to the log --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 705d623..45ceccb 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -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; -- cgit v1.1