mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
add temporary debug msgs
This commit is contained in:
@@ -512,6 +512,11 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
if (DebugLevel > 0)
|
||||
m_log.DebugFormat("{0} EnableSimulator. handle={1}, endPoint={2}, avatarID={3}",
|
||||
LogHeader, handle, endPoint, avatarID, regionSizeX, regionSizeY);
|
||||
//debug
|
||||
if(endPoint == null)
|
||||
m_log.DebugFormat("EnableSimulator null endpoint");
|
||||
if(endPoint.Address == null)
|
||||
m_log.DebugFormat("EnableSimulator null endpoint");
|
||||
|
||||
OSD item = EventQueueHelper.EnableSimulator(handle, endPoint, regionSizeX, regionSizeY);
|
||||
Enqueue(item, avatarID);
|
||||
|
||||
Reference in New Issue
Block a user