aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-26 12:28:59 +0000
committerJustin Clarke Casey2008-03-26 12:28:59 +0000
commit35b1cae59381eeb41dd9252954e97965812876a9 (patch)
treeeb19cc9830cf2b6d8d332c50a51fdafc4a463744 /OpenSim
parentCommitted patch from Lulurun to fix Mantis 817. Thanks Lulurun (diff)
downloadopensim-SC_OLD-35b1cae59381eeb41dd9252954e97965812876a9.zip
opensim-SC_OLD-35b1cae59381eeb41dd9252954e97965812876a9.tar.gz
opensim-SC_OLD-35b1cae59381eeb41dd9252954e97965812876a9.tar.bz2
opensim-SC_OLD-35b1cae59381eeb41dd9252954e97965812876a9.tar.xz
* Start printing the region simulator_login exception to the log
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs2
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;