diff options
author | Melanie | 2009-08-07 23:05:16 +0100 |
---|---|---|
committer | Melanie | 2009-08-07 23:05:16 +0100 |
commit | 257ed4c4ac2026b39c90d9f58d505dc2721e8df3 (patch) | |
tree | 06d1d7a835bdf84913f898d554910f0dbb84471a /OpenSim/Region | |
parent | Silly error, simple fix (diff) | |
download | opensim-SC_OLD-257ed4c4ac2026b39c90d9f58d505dc2721e8df3.zip opensim-SC_OLD-257ed4c4ac2026b39c90d9f58d505dc2721e8df3.tar.gz opensim-SC_OLD-257ed4c4ac2026b39c90d9f58d505dc2721e8df3.tar.bz2 opensim-SC_OLD-257ed4c4ac2026b39c90d9f58d505dc2721e8df3.tar.xz |
Remove debugging output frm ini file loading. Make it collect matching
files only from last path component.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 3bdbc7d..3a65242 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -186,7 +186,6 @@ namespace OpenSim | |||
186 | } | 186 | } |
187 | else | 187 | else |
188 | { | 188 | { |
189 | m_log.InfoFormat("Adding {0} to configuration", Path.Combine(Util.configDir(), file)); | ||
190 | string basepath = Path.GetFullPath(Util.configDir()); | 189 | string basepath = Path.GetFullPath(Util.configDir()); |
191 | string path = Path.Combine(basepath, file); | 190 | string path = Path.Combine(basepath, file); |
192 | string[] paths = Util.Glob(path); | 191 | string[] paths = Util.Glob(path); |