minor: Add avatar name to removing agent log message
parent
7058ce2c70
commit
6bc55b1086
|
@ -3220,8 +3220,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
m_log.DebugFormat(
|
m_log.DebugFormat(
|
||||||
"[SCENE]: Removing {0} agent {1} from region {2}",
|
"[SCENE]: Removing {0} agent {1} {2} from region {2}",
|
||||||
(isChildAgent ? "child" : "root"), agentID, RegionInfo.RegionName);
|
(isChildAgent ? "child" : "root"), avatar.Name, agentID, RegionInfo.RegionName);
|
||||||
|
|
||||||
m_sceneGraph.removeUserCount(!isChildAgent);
|
m_sceneGraph.removeUserCount(!isChildAgent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue