diff options
author | UbitUmarov | 2014-08-03 00:22:21 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-03 00:22:21 +0100 |
commit | 9f5e19127d79a8790c31e80a4c6ae8d04d79d6ac (patch) | |
tree | c2f3c37b95e3f03086ef927717f29e8da3734015 /OpenSim/Region/ClientStack | |
parent | testing... (diff) | |
download | opensim-SC_OLD-9f5e19127d79a8790c31e80a4c6ae8d04d79d6ac.zip opensim-SC_OLD-9f5e19127d79a8790c31e80a4c6ae8d04d79d6ac.tar.gz opensim-SC_OLD-9f5e19127d79a8790c31e80a4c6ae8d04d79d6ac.tar.bz2 opensim-SC_OLD-9f5e19127d79a8790c31e80a4c6ae8d04d79d6ac.tar.xz |
comment out a debug msg. more on gods being Gods
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | 2 |
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 b0d30b6..ca6c3ca 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | |||
@@ -358,7 +358,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
358 | return queue.Count > 0; | 358 | return queue.Count > 0; |
359 | } | 359 | } |
360 | 360 | ||
361 | m_log.WarnFormat("POLLED FOR EVENTS BY {0} unknown agent", agentID); | 361 | //m_log.WarnFormat("POLLED FOR EVENTS BY {0} unknown agent", agentID); |
362 | return true; | 362 | return true; |
363 | } | 363 | } |
364 | 364 | ||