aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-05-30 19:45:05 +0100
committerJustin Clark-Casey (justincc)2014-05-30 19:45:05 +0100
commit35c7fb203829c3618cfaa427d7026b93a5a67698 (patch)
treec28922b6c8c10101351c87bfbdd4d714f76102a1 /OpenSim/Addons
parentFix bug where setting a parcel in a varregion for sale would make sale bitmap... (diff)
downloadopensim-SC_OLD-35c7fb203829c3618cfaa427d7026b93a5a67698.zip
opensim-SC_OLD-35c7fb203829c3618cfaa427d7026b93a5a67698.tar.gz
opensim-SC_OLD-35c7fb203829c3618cfaa427d7026b93a5a67698.tar.bz2
opensim-SC_OLD-35c7fb203829c3618cfaa427d7026b93a5a67698.tar.xz
minor: Comment out log line in Groups V2 GroupsServicePostHandler for now which logs every request it receives.
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r--OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs b/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs
index 55ae6db..52b9728 100644
--- a/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs
+++ b/OpenSim/Addons/Groups/Remote/GroupsServiceRobustConnector.cs
@@ -109,7 +109,7 @@ namespace OpenSim.Groups
109 string method = request["METHOD"].ToString(); 109 string method = request["METHOD"].ToString();
110 request.Remove("METHOD"); 110 request.Remove("METHOD");
111 111
112 m_log.DebugFormat("[Groups.Handler]: {0}", method); 112// m_log.DebugFormat("[Groups.Handler]: {0}", method);
113 switch (method) 113 switch (method)
114 { 114 {
115 case "PUTGROUP": 115 case "PUTGROUP":