mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Comment out SOG storing debug log message
This can get very spammy with regularly changing objects. Please uncomment if required.
This commit is contained in:
@@ -1430,9 +1430,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// don't backup while it's selected or you're asking for changes mid stream.
|
||||
if (isTimeToPersist() || forcedBackup)
|
||||
{
|
||||
m_log.DebugFormat(
|
||||
"[SCENE]: Storing {0}, {1} in {2}",
|
||||
Name, UUID, m_scene.RegionInfo.RegionName);
|
||||
// m_log.DebugFormat(
|
||||
// "[SCENE]: Storing {0}, {1} in {2}",
|
||||
// Name, UUID, m_scene.RegionInfo.RegionName);
|
||||
|
||||
SceneObjectGroup backup_group = Copy(false);
|
||||
backup_group.RootPart.Velocity = RootPart.Velocity;
|
||||
|
||||
Reference in New Issue
Block a user