diff options
author | Dahlia Trimble | 2009-07-05 07:17:12 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-07-05 07:17:12 +0000 |
commit | 5ba499a759029a91cec6ab04680890db245a01a6 (patch) | |
tree | 37bb6f7f4f47b6b525d92279c671533a37fe3d13 /OpenSim | |
parent | Fix previous commit (diff) | |
download | opensim-SC_OLD-5ba499a759029a91cec6ab04680890db245a01a6.zip opensim-SC_OLD-5ba499a759029a91cec6ab04680890db245a01a6.tar.gz opensim-SC_OLD-5ba499a759029a91cec6ab04680890db245a01a6.tar.bz2 opensim-SC_OLD-5ba499a759029a91cec6ab04680890db245a01a6.tar.xz |
comment out some excessively verbose eventqueue debugging messages
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/EventQueue/EventQueueGetModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/CoreModules/Framework/EventQueue/EventQueueGetModule.cs index 3dcf342..f98a9ff 100644 --- a/OpenSim/Region/CoreModules/Framework/EventQueue/EventQueueGetModule.cs +++ b/OpenSim/Region/CoreModules/Framework/EventQueue/EventQueueGetModule.cs | |||
@@ -594,7 +594,7 @@ namespace OpenSim.Region.CoreModules.Framework.EventQueue | |||
594 | timeStamp, offline, parentEstateID, position, ttl, transactionID, | 594 | timeStamp, offline, parentEstateID, position, ttl, transactionID, |
595 | fromGroup, binaryBucket); | 595 | fromGroup, binaryBucket); |
596 | Enqueue(item, toAgent); | 596 | Enqueue(item, toAgent); |
597 | m_log.InfoFormat("########### eq ChatterboxInvitation #############\n{0}", item); | 597 | //m_log.InfoFormat("########### eq ChatterboxInvitation #############\n{0}", item); |
598 | 598 | ||
599 | } | 599 | } |
600 | 600 | ||
@@ -604,7 +604,7 @@ namespace OpenSim.Region.CoreModules.Framework.EventQueue | |||
604 | OSD item = EventQueueHelper.ChatterBoxSessionAgentListUpdates(sessionID, fromAgent, canVoiceChat, | 604 | OSD item = EventQueueHelper.ChatterBoxSessionAgentListUpdates(sessionID, fromAgent, canVoiceChat, |
605 | isModerator, textMute); | 605 | isModerator, textMute); |
606 | Enqueue(item, toAgent); | 606 | Enqueue(item, toAgent); |
607 | m_log.InfoFormat("########### eq ChatterBoxSessionAgentListUpdates #############\n{0}", item); | 607 | //m_log.InfoFormat("########### eq ChatterBoxSessionAgentListUpdates #############\n{0}", item); |
608 | } | 608 | } |
609 | 609 | ||
610 | public void ParcelProperties(ParcelPropertiesPacket parcelPropertiesPacket, UUID avatarID) | 610 | public void ParcelProperties(ParcelPropertiesPacket parcelPropertiesPacket, UUID avatarID) |