Temporailiy add some info output in config load

This commit is contained in:
Melanie
2009-08-07 20:18:04 +01:00
parent 178b40971a
commit 2148f84e1e

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);