Remove debugging output frm ini file loading. Make it collect matching

files only from last path component.
This commit is contained in:
Melanie
2009-08-07 23:05:16 +01:00
parent a1a09297bc
commit 257ed4c4ac
2 changed files with 8 additions and 11 deletions

View File

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