diff options
author | Melanie | 2009-08-07 20:18:04 +0100 |
---|---|---|
committer | Melanie | 2009-08-07 20:18:04 +0100 |
commit | 2148f84e1e2e6d55d63d27bf0c15a99968e49353 (patch) | |
tree | 8db6c03234c6f41c58804688458fa27ecd2852d9 /OpenSim/Region/Application | |
parent | Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api (diff) | |
download | opensim-SC_OLD-2148f84e1e2e6d55d63d27bf0c15a99968e49353.zip opensim-SC_OLD-2148f84e1e2e6d55d63d27bf0c15a99968e49353.tar.gz opensim-SC_OLD-2148f84e1e2e6d55d63d27bf0c15a99968e49353.tar.bz2 opensim-SC_OLD-2148f84e1e2e6d55d63d27bf0c15a99968e49353.tar.xz |
Temporailiy add some info output in config load
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); |