mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Remove debugging output frm ini file loading. Make it collect matching
files only from last path component.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user