Minor additional debug message.

viewer-2-initial-appearance
Diva Canto 2011-01-07 11:39:22 -08:00
parent 8c0e156b4d
commit 02e661f8dd
1 changed files with 2 additions and 0 deletions

View File

@ -1203,6 +1203,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
m_log.Debug("[ENTITY TRANSFER MODULE]: Completed inform client about neighbour " + endPoint.ToString()); m_log.Debug("[ENTITY TRANSFER MODULE]: Completed inform client about neighbour " + endPoint.ToString());
} }
if (!regionAccepted)
m_log.DebugFormat("[ENTITY TRANSFER MODULE]: Region {0} did not accept agent: {1}", reg.RegionName, reason);
} }
/// <summary> /// <summary>