mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
minor: log MaxOutgoingTransferVersion at EntityTransferModule startup
This commit is contained in:
@@ -185,6 +185,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
|
||||
else
|
||||
{
|
||||
transferVersionName = rawVersionComponents[0];
|
||||
|
||||
m_log.InfoFormat(
|
||||
"[ENTITY TRANSFER MODULE]: MaxOutgoingTransferVersion set to {0}",
|
||||
string.Format("{0}/{1}", transferVersionName, maxTransferVersion));
|
||||
}
|
||||
|
||||
DisableInterRegionTeleportCancellation
|
||||
|
||||
Reference in New Issue
Block a user