aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework
diff options
context:
space:
mode:
authorDiva Canto2013-07-24 14:24:17 -0700
committerDiva Canto2013-07-24 14:31:30 -0700
commitcac37e298c267e4fa9c8d4306df85d74bff81fbe (patch)
tree370b2bc6bdb3a0db3104ccb97f5e34329075f3e9 /OpenSim/Region/CoreModules/Framework
parentThe previous commit did fix the infinity problem! I'm putting the same time o... (diff)
downloadopensim-SC_OLD-cac37e298c267e4fa9c8d4306df85d74bff81fbe.zip
opensim-SC_OLD-cac37e298c267e4fa9c8d4306df85d74bff81fbe.tar.gz
opensim-SC_OLD-cac37e298c267e4fa9c8d4306df85d74bff81fbe.tar.bz2
opensim-SC_OLD-cac37e298c267e4fa9c8d4306df85d74bff81fbe.tar.xz
Deleted all [ZZZ] debug messages.
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework')
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index 1ea0fd7..70fbfc3 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -1008,7 +1008,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
1008 // Send the Update. If this returns true, we know the client has contacted the destination 1008 // Send the Update. If this returns true, we know the client has contacted the destination
1009 // via CompleteMovementIntoRegion, so we can let go. 1009 // via CompleteMovementIntoRegion, so we can let go.
1010 // If it returns false, something went wrong, and we need to abort. 1010 // If it returns false, something went wrong, and we need to abort.
1011 m_log.DebugFormat("[ZZZ]: Sending Update");
1012 if (!UpdateAgent(reg, finalDestination, agent, sp)) 1011 if (!UpdateAgent(reg, finalDestination, agent, sp))
1013 { 1012 {
1014 if (m_entityTransferStateMachine.GetAgentTransferState(sp.UUID) == AgentTransferState.Aborting) 1013 if (m_entityTransferStateMachine.GetAgentTransferState(sp.UUID) == AgentTransferState.Aborting)