diff options
author | Justin Clarke Casey | 2007-12-28 18:01:20 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-28 18:01:20 +0000 |
commit | 7cf9a8d4f9e1ea1f1d741a1b045ce63e20aa3fde (patch) | |
tree | b055b9cba53b1b5db0a60565e9d057502e9b1270 /OpenSim/Framework | |
parent | * Rezzing items from Inventory on top of other prim rezzes them 0.5 meters ab... (diff) | |
download | opensim-SC_OLD-7cf9a8d4f9e1ea1f1d741a1b045ce63e20aa3fde.zip opensim-SC_OLD-7cf9a8d4f9e1ea1f1d741a1b045ce63e20aa3fde.tar.gz opensim-SC_OLD-7cf9a8d4f9e1ea1f1d741a1b045ce63e20aa3fde.tar.bz2 opensim-SC_OLD-7cf9a8d4f9e1ea1f1d741a1b045ce63e20aa3fde.tar.xz |
Move inventory contents configuration files to bin/inventory folder
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs index fd93b19..216e13f 100644 --- a/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs +++ b/OpenSim/Framework/Communications/Cache/LibraryRootFolder.cs | |||
@@ -64,7 +64,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
64 | 64 | ||
65 | CreateLibraryItems(); | 65 | CreateLibraryItems(); |
66 | 66 | ||
67 | string filePath = Path.Combine(Util.configDir(), "OpenSimLibrary.xml"); | 67 | string filePath = Path.Combine(Util.configDir(), "inventory/OpenSimLibrary.xml"); |
68 | if (File.Exists(filePath)) | 68 | if (File.Exists(filePath)) |
69 | { | 69 | { |
70 | try | 70 | try |
@@ -74,7 +74,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
74 | } | 74 | } |
75 | catch (XmlException e) | 75 | catch (XmlException e) |
76 | { | 76 | { |
77 | MainLog.Instance.Error("INVENTORY", "Error loading " + filePath + ": " + e.ToString()); | 77 | MainLog.Instance.Error("AGENTINVENTORY", "Error loading " + filePath + ": " + e.ToString()); |
78 | } | 78 | } |
79 | } | 79 | } |
80 | } | 80 | } |
@@ -165,4 +165,4 @@ namespace OpenSim.Framework.Communications.Cache | |||
165 | } | 165 | } |
166 | } | 166 | } |
167 | } | 167 | } |
168 | } \ No newline at end of file | 168 | } |