aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory
diff options
context:
space:
mode:
authorJohn Hurliman2010-03-09 12:06:53 -0800
committerJohn Hurliman2010-03-09 12:06:53 -0800
commit01218093a6ac1e7e4be0147d58b1b571f965e1c4 (patch)
treea3a06136c98a8675e332cd98333212ba7097cb36 /OpenSim/Services/Connectors/Inventory
parent* Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ... (diff)
downloadopensim-SC_OLD-01218093a6ac1e7e4be0147d58b1b571f965e1c4.zip
opensim-SC_OLD-01218093a6ac1e7e4be0147d58b1b571f965e1c4.tar.gz
opensim-SC_OLD-01218093a6ac1e7e4be0147d58b1b571f965e1c4.tar.bz2
opensim-SC_OLD-01218093a6ac1e7e4be0147d58b1b571f965e1c4.tar.xz
* Typo fixes
* Performance improvement in the expensive GenerateClientFlags()
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory')
-rw-r--r--OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs b/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs
index 3309d16..9821dd4 100644
--- a/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs
+++ b/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs
@@ -68,7 +68,7 @@ namespace OpenSim.Services.Connectors
68 IConfig assetConfig = source.Configs["InventoryService"]; 68 IConfig assetConfig = source.Configs["InventoryService"];
69 if (assetConfig == null) 69 if (assetConfig == null)
70 { 70 {
71 m_log.Error("[INVENTORY CONNECTOR]: InventoryService missing from OpanSim.ini"); 71 m_log.Error("[INVENTORY CONNECTOR]: InventoryService missing from OpenSim.ini");
72 throw new Exception("Inventory connector init error"); 72 throw new Exception("Inventory connector init error");
73 } 73 }
74 74