mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Temporailiy add some info output in config load
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user