aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-05-30 19:45:05 +0100
committerJustin Clark-Casey2014-06-10 20:21:24 +0100
commita1e92dead26f03874ad91d9b506fc4a5fa7eff49 (patch)
tree848fd4c505ed3bbb89ce6f467c88248fd8a09aaa /OpenSim/Addons
parentFix bug where setting a parcel in a varregion for sale would make sale bitmap... (diff)
downloadopensim-SC_OLD-a1e92dead26f03874ad91d9b506fc4a5fa7eff49.zip
opensim-SC_OLD-a1e92dead26f03874ad91d9b506fc4a5fa7eff49.tar.gz
opensim-SC_OLD-a1e92dead26f03874ad91d9b506fc4a5fa7eff49.tar.bz2
opensim-SC_OLD-a1e92dead26f03874ad91d9b506fc4a5fa7eff49.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":