Extend "Restarting scripts in attachments" debug log message to show actual name of user and the region they are in

integration
Justin Clark-Casey (justincc) 2012-08-24 22:56:05 +01:00
parent 476996bee8
commit ba58331b29
1 changed files with 3 additions and 1 deletions

View File

@ -891,7 +891,9 @@ namespace OpenSim.Region.Framework.Scenes
{
if (wasChild && HasAttachments())
{
m_log.DebugFormat("[SCENE PRESENCE]: Restarting scripts in attachments...");
m_log.DebugFormat(
"[SCENE PRESENCE]: Restarting scripts in attachments for {0} in {1}", Name, Scene.Name);
// Resume scripts
foreach (SceneObjectGroup sog in m_attachments)
{