Move inventory contents configuration files to bin/inventory folder

This commit is contained in:
Justin Clarke Casey
2007-12-28 18:01:20 +00:00
parent f64d94f8ca
commit 7cf9a8d4f9
5 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache
CreateLibraryItems();
string filePath = Path.Combine(Util.configDir(), "OpenSimLibrary.xml");
string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary.xml");
if (File.Exists(filePath))
{
try
@@ -74,7 +74,7 @@ namespace OpenSim.Framework.Communications.Cache
}
catch (XmlException e)
{
MainLog.Instance.Error("INVENTORY", "Error loading " + filePath + ": " + e.ToString());
MainLog.Instance.Error("AGENTINVENTORY", "Error loading " + filePath + ": " + e.ToString());
}
}
}
@@ -165,4 +165,4 @@ namespace OpenSim.Framework.Communications.Cache
}
}
}
}
}