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

This commit is contained in:
Justin Clark-Casey (justincc)
2012-08-24 22:56:05 +01:00
parent 3edfa585ec
commit d80eda202f

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)
{