diff options
author | diva | 2009-05-26 02:47:02 +0000 |
---|---|---|
committer | diva | 2009-05-26 02:47:02 +0000 |
commit | c66ef94a7b4e1c477d8b1cf695098b559cd74ce0 (patch) | |
tree | a014428e97267014d7bfccadb6f3a698c262aa90 | |
parent | Restoring the initial CAP Url to exactly what it used to be before Adam's cha... (diff) | |
download | opensim-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.
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserDataPlugin.cs | 8 |
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 | ||