diff options
author | Justin Clark-Casey (justincc) | 2012-03-22 23:16:52 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-22 23:17:54 +0000 |
commit | 9edb57e5e932ff809c9f4af630c4cc2ddd7717f7 (patch) | |
tree | 5c1f24bfc81be3db21dd4f265e14f9919f6b00d5 | |
parent | refactor: simplify code for checks when part.OwnerID != destPart.OwnerID in M... (diff) | |
download | opensim-SC_OLD-9edb57e5e932ff809c9f4af630c4cc2ddd7717f7.zip opensim-SC_OLD-9edb57e5e932ff809c9f4af630c4cc2ddd7717f7.tar.gz opensim-SC_OLD-9edb57e5e932ff809c9f4af630c4cc2ddd7717f7.tar.bz2 opensim-SC_OLD-9edb57e5e932ff809c9f4af630c4cc2ddd7717f7.tar.xz |
Comment out a terrain save-tile debugging message that accidentally crept in with c4b2d24
-rw-r--r-- | OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs index f6ddc66..9cd8f2b 100644 --- a/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs +++ b/OpenSim/Region/CoreModules/World/Terrain/TerrainModule.cs | |||
@@ -598,12 +598,12 @@ namespace OpenSim.Region.CoreModules.World.Terrain | |||
598 | "[TERRAIN]: Could not save terrain from {0} to {1}. Valid file extensions are {2}", | 598 | "[TERRAIN]: Could not save terrain from {0} to {1}. Valid file extensions are {2}", |
599 | m_scene.RegionInfo.RegionName, filename, m_supportedFileExtensions); | 599 | m_scene.RegionInfo.RegionName, filename, m_supportedFileExtensions); |
600 | } | 600 | } |
601 | else | 601 | // else |
602 | { | 602 | // { |
603 | m_log.ErrorFormat( | 603 | // m_log.ErrorFormat( |
604 | "[TERRAIN]: Could not save terrain from {0} to {1}. {2} {3} {4} {5} {6} {7}", | 604 | // "[TERRAIN]: Could not save terrain from {0} to {1}. {2} {3} {4} {5} {6} {7}", |
605 | m_scene.RegionInfo.RegionName, filename, fileWidth, fileHeight, fileStartX, fileStartY, offsetX, offsetY); | 605 | // m_scene.RegionInfo.RegionName, filename, fileWidth, fileHeight, fileStartX, fileStartY, offsetX, offsetY); |
606 | } | 606 | // } |
607 | } | 607 | } |
608 | 608 | ||
609 | /// <summary> | 609 | /// <summary> |