aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1UserServices.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
index b4b73b0..6235565 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs
@@ -126,10 +126,10 @@ namespace OpenSim.Region.Communications.OGS1
126 Hashtable respData = (Hashtable) resp.Value; 126 Hashtable respData = (Hashtable) resp.Value;
127 if (respData.Contains("error_type")) 127 if (respData.Contains("error_type"))
128 { 128 {
129 m_log.Warn("[GRID]: " + 129 //m_log.Warn("[GRID]: " +
130 "Error sent by user server when trying to get agent: (" + 130 // "Error sent by user server when trying to get agent: (" +
131 (string) respData["error_type"] + 131 // (string) respData["error_type"] +
132 "): " + (string)respData["error_desc"]); 132 // "): " + (string)respData["error_desc"]);
133 return null; 133 return null;
134 } 134 }
135 UUID sessionid = UUID.Zero; 135 UUID sessionid = UUID.Zero;