aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authordiva2009-05-26 02:47:02 +0000
committerdiva2009-05-26 02:47:02 +0000
commitc66ef94a7b4e1c477d8b1cf695098b559cd74ce0 (patch)
treea014428e97267014d7bfccadb6f3a698c262aa90 /OpenSim
parentRestoring the initial CAP Url to exactly what it used to be before Adam's cha... (diff)
downloadopensim-SC_OLD-c66ef94a7b4e1c477d8b1cf695098b559cd74ce0.zip
opensim-SC_OLD-c66ef94a7b4e1c477d8b1cf695098b559cd74ce0.tar.gz
opensim-SC_OLD-c66ef94a7b4e1c477d8b1cf695098b559cd74ce0.tar.bz2
opensim-SC_OLD-c66ef94a7b4e1c477d8b1cf695098b559cd74ce0.tar.xz
Commented a log message related to users not found, because it floods the log when the sims have prims from foreign users.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs b/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs
index 941f815..b6ed8e6 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs
@@ -637,10 +637,10 @@ namespace OpenSim.Region.Communications.OGS1
637 { 637 {
638 if (data.Contains("error_type")) 638 if (data.Contains("error_type"))
639 { 639 {
640 m_log.Warn("[GRID]: " + 640 //m_log.Warn("[GRID]: " +
641 "Error sent by user server when trying to get user profile: (" + 641 // "Error sent by user server when trying to get user profile: (" +
642 data["error_type"] + 642 // data["error_type"] +
643 "): " + data["error_desc"]); 643 // "): " + data["error_desc"]);
644 return null; 644 return null;
645 } 645 }
646 646