mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user