aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications
diff options
context:
space:
mode:
authordiva2009-02-12 18:43:49 +0000
committerdiva2009-02-12 18:43:49 +0000
commit8ed9c3b8cd6baf3603c169d4a219db06243871b7 (patch)
tree2379f8677499b8e96274630cf36592844ab929c1 /OpenSim/Region/Communications
parent* Remove a change which shouldn't have made it into the last commit (diff)
downloadopensim-SC_OLD-8ed9c3b8cd6baf3603c169d4a219db06243871b7.zip
opensim-SC_OLD-8ed9c3b8cd6baf3603c169d4a219db06243871b7.tar.gz
opensim-SC_OLD-8ed9c3b8cd6baf3603c169d4a219db06243871b7.tar.bz2
opensim-SC_OLD-8ed9c3b8cd6baf3603c169d4a219db06243871b7.tar.xz
Commented a couple of not very useful log messages that are cluttering the log in sims that have objects belonging to foreign users.
Diffstat (limited to 'OpenSim/Region/Communications')
-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;