diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/ConfigurationLoader.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs index 7bb8864..137879a 100644 --- a/OpenSim/Region/Application/ConfigurationLoader.cs +++ b/OpenSim/Region/Application/ConfigurationLoader.cs | |||
@@ -186,6 +186,7 @@ namespace OpenSim | |||
186 | } | 186 | } |
187 | else | 187 | else |
188 | { | 188 | { |
189 | m_log.InfoFormat("Adding {0} to configuration", Path.Combine(Util.configDir(), file)); | ||
189 | string path = Path.GetFullPath( | 190 | string path = Path.GetFullPath( |
190 | Path.Combine(Util.configDir(), file)); | 191 | Path.Combine(Util.configDir(), file)); |
191 | string[] paths = Util.Glob(path); | 192 | string[] paths = Util.Glob(path); |