aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-05-18 03:50:23 +0100
committerJustin Clark-Casey (justincc)2012-05-18 03:50:23 +0100
commit0147dc63028e2d77a568c6d9d5af1c9f05286f62 (patch)
tree3511ba59e5f935ec2638ffd6e9e1ec7ff177180a /OpenSim/Region
parentAdd millisecond logging to pCampBot for debugging purposes (diff)
downloadopensim-SC_OLD-0147dc63028e2d77a568c6d9d5af1c9f05286f62.zip
opensim-SC_OLD-0147dc63028e2d77a568c6d9d5af1c9f05286f62.tar.gz
opensim-SC_OLD-0147dc63028e2d77a568c6d9d5af1c9f05286f62.tar.bz2
opensim-SC_OLD-0147dc63028e2d77a568c6d9d5af1c9f05286f62.tar.xz
Fix build break. Comment out EQG deregister/register logging.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs20
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index 6ac19cc..ae759ca 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -110,10 +110,10 @@ namespace OpenSim.Region.ClientStack.Linden
110 false, 110 false,
111 "debug eq", 111 "debug eq",
112 "debug eq [0|1|2]", 112 "debug eq [0|1|2]",
113 "Turn on event queue debugging", 113 "Turn on event queue debugging"
114 "<= 0 - turns off all event queue logging", 114 + "<= 0 - turns off all event queue logging"
115 ">= 1 - turns on outgoing event logging", 115 + ">= 1 - turns on outgoing event logging"
116 ">= 2 - turns on poll notification", 116 + ">= 2 - turns on poll notification",
117 HandleDebugEq); 117 HandleDebugEq);
118 } 118 }
119 else 119 else
@@ -271,9 +271,9 @@ namespace OpenSim.Region.ClientStack.Linden
271 string eqgPath = GenerateEqgCapPath(eventQueueGetUuid); 271 string eqgPath = GenerateEqgCapPath(eventQueueGetUuid);
272 MainServer.Instance.RemovePollServiceHTTPHandler("", eqgPath); 272 MainServer.Instance.RemovePollServiceHTTPHandler("", eqgPath);
273 273
274 m_log.DebugFormat( 274// m_log.DebugFormat(
275 "[EVENT QUEUE GET MODULE]: Removed EQG handler {0} for {1} in {2}", 275// "[EVENT QUEUE GET MODULE]: Removed EQG handler {0} for {1} in {2}",
276 eqgPath, agentID, m_scene.RegionInfo.RegionName); 276// eqgPath, agentID, m_scene.RegionInfo.RegionName);
277 } 277 }
278 } 278 }
279 279
@@ -379,9 +379,9 @@ namespace OpenSim.Region.ClientStack.Linden
379 eventQueueGetPath, 379 eventQueueGetPath,
380 new PollServiceEventArgs(null, HasEvents, GetEvents, NoEvents, agentID)); 380 new PollServiceEventArgs(null, HasEvents, GetEvents, NoEvents, agentID));
381 381
382 m_log.DebugFormat( 382// m_log.DebugFormat(
383 "[EVENT QUEUE GET MODULE]: Registered EQG handler {0} for {1} in {2}", 383// "[EVENT QUEUE GET MODULE]: Registered EQG handler {0} for {1} in {2}",
384 eventQueueGetPath, agentID, m_scene.RegionInfo.RegionName); 384// eventQueueGetPath, agentID, m_scene.RegionInfo.RegionName);
385 385
386 Random rnd = new Random(Environment.TickCount); 386 Random rnd = new Random(Environment.TickCount);
387 lock (m_ids) 387 lock (m_ids)