aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-09-26 00:31:33 +0100
committerJustin Clark-Casey (justincc)2013-09-26 20:11:17 +0100
commit643bc47451b55ed81178bd80edce6797febc5966 (patch)
tree87b73355bea680f072d20a35de867da699a08da2
parentminor: correct spelling of Initialized in LSC connector version message (diff)
downloadopensim-SC_OLD-643bc47451b55ed81178bd80edce6797febc5966.zip
opensim-SC_OLD-643bc47451b55ed81178bd80edce6797febc5966.tar.gz
opensim-SC_OLD-643bc47451b55ed81178bd80edce6797febc5966.tar.bz2
opensim-SC_OLD-643bc47451b55ed81178bd80edce6797febc5966.tar.xz
minor: log MaxOutgoingTransferVersion at EntityTransferModule startup
-rw-r--r--OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
index c1c8672..8ae81ac 100644
--- a/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
@@ -185,6 +185,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
185 else 185 else
186 { 186 {
187 transferVersionName = rawVersionComponents[0]; 187 transferVersionName = rawVersionComponents[0];
188
189 m_log.InfoFormat(
190 "[ENTITY TRANSFER MODULE]: MaxOutgoingTransferVersion set to {0}",
191 string.Format("{0}/{1}", transferVersionName, maxTransferVersion));
188 } 192 }
189 193
190 DisableInterRegionTeleportCancellation 194 DisableInterRegionTeleportCancellation