aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/EventQueue
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-24 21:30:40 +0000
committerJustin Clark-Casey (justincc)2011-11-24 21:30:40 +0000
commit0a60e9537f2a1aa30fd1d9c23ada5bf1fcfed889 (patch)
tree6a853a4d760f62fd8d233d12fe3ebab193347b55 /OpenSim/Region/ClientStack/Linden/Caps/EventQueue
parentStop passing a request handler to the initial caps.RegisterHandler in EventQu... (diff)
downloadopensim-SC_OLD-0a60e9537f2a1aa30fd1d9c23ada5bf1fcfed889.zip
opensim-SC_OLD-0a60e9537f2a1aa30fd1d9c23ada5bf1fcfed889.tar.gz
opensim-SC_OLD-0a60e9537f2a1aa30fd1d9c23ada5bf1fcfed889.tar.bz2
opensim-SC_OLD-0a60e9537f2a1aa30fd1d9c23ada5bf1fcfed889.tar.xz
comment out a noisy log line I accidentally left in from the last commit
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/EventQueue')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index 24f76d69..5c721d4 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -386,7 +386,7 @@ namespace OpenSim.Region.ClientStack.Linden
386 386
387 public Hashtable GetEvents(UUID requestID, UUID pAgentId, string request) 387 public Hashtable GetEvents(UUID requestID, UUID pAgentId, string request)
388 { 388 {
389 m_log.DebugFormat("[EVENT QUEUE GET MODULE]: Invoked GetEvents() for {0}", pAgentId); 389// m_log.DebugFormat("[EVENT QUEUE GET MODULE]: Invoked GetEvents() for {0}", pAgentId);
390 390
391 Queue<OSD> queue = TryGetQueue(pAgentId); 391 Queue<OSD> queue = TryGetQueue(pAgentId);
392 OSD element; 392 OSD element;