diff options
author | Justin Clarke Casey | 2009-02-10 19:00:10 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-10 19:00:10 +0000 |
commit | bd4955468e3994e49a76f0ad2b20167d3889a4d9 (patch) | |
tree | da083ab3c5ee52cefb9d752caeaddc3508753d1e /OpenSim/Region | |
parent | * Stop OpenSim crashing if an exception from a command makes it right up to t... (diff) | |
download | opensim-SC_OLD-bd4955468e3994e49a76f0ad2b20167d3889a4d9.zip opensim-SC_OLD-bd4955468e3994e49a76f0ad2b20167d3889a4d9.tar.gz opensim-SC_OLD-bd4955468e3994e49a76f0ad2b20167d3889a4d9.tar.bz2 opensim-SC_OLD-bd4955468e3994e49a76f0ad2b20167d3889a4d9.tar.xz |
* minor: Remove SOG XML2 serialization log messages for now
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index e732b42..520b228 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -725,7 +725,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
725 | 725 | ||
726 | public void ToXml(XmlTextWriter writer) | 726 | public void ToXml(XmlTextWriter writer) |
727 | { | 727 | { |
728 | m_log.DebugFormat("[SOG]: Starting serialization of {0}", Name); | 728 | //m_log.DebugFormat("[SOG]: Starting serialization of {0}", Name); |
729 | int time = System.Environment.TickCount; | 729 | int time = System.Environment.TickCount; |
730 | 730 | ||
731 | writer.WriteStartElement(String.Empty, "SceneObjectGroup", String.Empty); | 731 | writer.WriteStartElement(String.Empty, "SceneObjectGroup", String.Empty); |
@@ -750,8 +750,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
750 | writer.WriteEndElement(); | 750 | writer.WriteEndElement(); |
751 | writer.WriteEndElement(); | 751 | writer.WriteEndElement(); |
752 | 752 | ||
753 | m_log.DebugFormat("[SOG]: Finished serialization of SOG {0}, {1}ms", Name, System.Environment.TickCount - time); | 753 | //m_log.DebugFormat("[SOG]: Finished serialization of SOG {0}, {1}ms", Name, System.Environment.TickCount - time); |
754 | |||
755 | } | 754 | } |
756 | 755 | ||
757 | public string ToXmlString2() | 756 | public string ToXmlString2() |