diff options
author | Jeff Ames | 2008-02-10 01:57:59 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-10 01:57:59 +0000 |
commit | e207284fefa60637e35405ebc87e5e151bd2eabd (patch) | |
tree | 6e9954502ea44fe8f6327cb65cfd0026c3322578 /OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |
parent | Set svn:ignore in OpenSim/Tests. (diff) | |
download | opensim-SC_OLD-e207284fefa60637e35405ebc87e5e151bd2eabd.zip opensim-SC_OLD-e207284fefa60637e35405ebc87e5e151bd2eabd.tar.gz opensim-SC_OLD-e207284fefa60637e35405ebc87e5e151bd2eabd.tar.bz2 opensim-SC_OLD-e207284fefa60637e35405ebc87e5e151bd2eabd.tar.xz |
Clean up logging calls using String.Format explicitly
Diffstat (limited to 'OpenSim/Region/Physics/Meshing/Meshmerizer.cs')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/Meshmerizer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs index 641e25d..a394ffb 100644 --- a/OpenSim/Region/Physics/Meshing/Meshmerizer.cs +++ b/OpenSim/Region/Physics/Meshing/Meshmerizer.cs | |||
@@ -245,7 +245,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
245 | // Calculated separately to avoid errors | 245 | // Calculated separately to avoid errors |
246 | cutHull.AddVertex(legEnd); | 246 | cutHull.AddVertex(legEnd); |
247 | 247 | ||
248 | //m_log.Debug(String.Format("Starting cutting of the hollow shape from the prim {1}", 0, primName)); | 248 | //m_log.DebugFormat("Starting cutting of the hollow shape from the prim {1}", 0, primName); |
249 | SimpleHull cuttedHull = SimpleHull.SubtractHull(outerHull, cutHull); | 249 | SimpleHull cuttedHull = SimpleHull.SubtractHull(outerHull, cutHull); |
250 | 250 | ||
251 | outerHull = cuttedHull; | 251 | outerHull = cuttedHull; |
@@ -520,7 +520,7 @@ namespace OpenSim.Region.Physics.Meshing | |||
520 | // Calculated separately to avoid errors | 520 | // Calculated separately to avoid errors |
521 | cutHull.AddVertex(legEnd); | 521 | cutHull.AddVertex(legEnd); |
522 | 522 | ||
523 | m_log.Debug(String.Format("Starting cutting of the hollow shape from the prim {1}", 0, primName)); | 523 | m_log.DebugFormat("Starting cutting of the hollow shape from the prim {1}", 0, primName); |
524 | SimpleHull cuttedHull = SimpleHull.SubtractHull(outerHull, cutHull); | 524 | SimpleHull cuttedHull = SimpleHull.SubtractHull(outerHull, cutHull); |
525 | 525 | ||
526 | outerHull = cuttedHull; | 526 | outerHull = cuttedHull; |