diff options
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
133 | } | 133 | } |
134 | catch (Exception ex) | 134 | catch (Exception ex) |
135 | { | 135 | { |
136 | m_log.Error("Unable to connect to grid. Grid server not running?"); | 136 | m_log.ErrorFormat("Unable to connect to grid. Grid server not running? Exception {0}", ex); |
137 | throw(ex); | 137 | throw(ex); |
138 | } | 138 | } |
139 | Hashtable GridRespData = (Hashtable)GridResp.Value; | 139 | Hashtable GridRespData = (Hashtable)GridResp.Value; |