diff options
author | Adam Frisby | 2009-09-06 21:53:03 +1000 |
---|---|---|
committer | Adam Frisby | 2009-09-06 21:53:03 +1000 |
commit | 5e4b7be7120b60a133338ea98ef4e7effd321e76 (patch) | |
tree | a650abf7a158bd59433f91fb96b49fce92f491ca /OpenSim/Framework | |
parent | * Debugging why region loading is occurring so slowly on a setup with 64 regi... (diff) | |
download | opensim-SC_OLD-5e4b7be7120b60a133338ea98ef4e7effd321e76.zip opensim-SC_OLD-5e4b7be7120b60a133338ea98ef4e7effd321e76.tar.gz opensim-SC_OLD-5e4b7be7120b60a133338ea98ef4e7effd321e76.tar.bz2 opensim-SC_OLD-5e4b7be7120b60a133338ea98ef4e7effd321e76.tar.xz |
* Typo in previous commit.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs b/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs index 42f3934..63e09ae 100644 --- a/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs +++ b/OpenSim/Framework/RegionLoader/Filesystem/RegionLoaderFileSystem.cs | |||
@@ -78,7 +78,7 @@ namespace OpenSim.Framework.RegionLoader.Filesystem | |||
78 | 78 | ||
79 | foreach (IConfig config in source.Configs) | 79 | foreach (IConfig config in source.Configs) |
80 | { | 80 | { |
81 | m_log.Info("[REGIONLOADERFILESYSTEM]: Creating RegionInfo for " + config.Name); | 81 | //m_log.Info("[REGIONLOADERFILESYSTEM]: Creating RegionInfo for " + config.Name); |
82 | RegionInfo regionInfo = new RegionInfo("REGION CONFIG #" + (i + 1), file, false, m_configSource, config.Name); | 82 | RegionInfo regionInfo = new RegionInfo("REGION CONFIG #" + (i + 1), file, false, m_configSource, config.Name); |
83 | regionInfos.Add(regionInfo); | 83 | regionInfos.Add(regionInfo); |
84 | i++; | 84 | i++; |