Temporailiy add some info output in config load

arthursv
Melanie 2009-08-07 20:18:04 +01:00
parent 178b40971a
commit 2148f84e1e
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ namespace OpenSim
}
else
{
m_log.InfoFormat("Adding {0} to configuration", Path.Combine(Util.configDir(), file));
string path = Path.GetFullPath(
Path.Combine(Util.configDir(), file));
string[] paths = Util.Glob(path);