diff options
author | Justin Clark-Casey (justincc) | 2012-03-22 23:16:52 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-22 23:16:52 +0000 |
commit | c1d064e1ca1e7ddfb9da851654a6a430747b871f (patch) | |
tree | d1a485e8e7adb5d298f34ea67f005f43776f9abc /OpenSim/Region/CoreModules | |
parent | refactor: simplify code for checks when part.OwnerID != destPart.OwnerID in M... (diff) | |
download | opensim-SC_OLD-c1d064e1ca1e7ddfb9da851654a6a430747b871f.zip opensim-SC_OLD-c1d064e1ca1e7ddfb9da851654a6a430747b871f.tar.gz opensim-SC_OLD-c1d064e1ca1e7ddfb9da851654a6a430747b871f.tar.bz2 opensim-SC_OLD-c1d064e1ca1e7ddfb9da851654a6a430747b871f.tar.xz |
Comment out a terrain save-tile debugging message that accidentally crept in with c4b2d24
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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> |