From 8ed9c3b8cd6baf3603c169d4a219db06243871b7 Mon Sep 17 00:00:00 2001 From: diva Date: Thu, 12 Feb 2009 18:43:49 +0000 Subject: Commented a couple of not very useful log messages that are cluttering the log in sims that have objects belonging to foreign users. --- OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/Communications') 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 Hashtable respData = (Hashtable) resp.Value; if (respData.Contains("error_type")) { - m_log.Warn("[GRID]: " + - "Error sent by user server when trying to get agent: (" + - (string) respData["error_type"] + - "): " + (string)respData["error_desc"]); + //m_log.Warn("[GRID]: " + + // "Error sent by user server when trying to get agent: (" + + // (string) respData["error_type"] + + // "): " + (string)respData["error_desc"]); return null; } UUID sessionid = UUID.Zero; -- cgit v1.1