diff options
author | Justin Clarke Casey | 2009-07-10 18:40:37 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-07-10 18:40:37 +0000 |
commit | 148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08 (patch) | |
tree | 05ee0edd8da82933fb495312497972ed7cc7935a /OpenSim/Services/Connectors/Inventory | |
parent | Now we are past revision 10000, I think its time to start to fix that massive... (diff) | |
download | opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.zip opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.tar.gz opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.tar.bz2 opensim-SC_OLD-148e2d55fa4dcf6e87ffce5c67f2ca2ea9e88a08.tar.xz |
* minor: Make GridCommon.ini.example refer to inventory service rather than asset where appropriate
* Send debug level notice to console if a user fails authentication
Diffstat (limited to 'OpenSim/Services/Connectors/Inventory')
-rw-r--r-- | OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs b/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs index 093ce92..50ce3ea 100644 --- a/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs | |||
@@ -68,7 +68,7 @@ namespace OpenSim.Services.Connectors | |||
68 | if (inventoryConfig == null) | 68 | if (inventoryConfig == null) |
69 | { | 69 | { |
70 | m_log.Error("[INVENTORY CONNECTOR]: InventoryService missing from OpenSim.ini"); | 70 | m_log.Error("[INVENTORY CONNECTOR]: InventoryService missing from OpenSim.ini"); |
71 | throw new Exception("Inventory connector init error"); | 71 | throw new Exception("InventoryService missing from OpenSim.ini"); |
72 | } | 72 | } |
73 | 73 | ||
74 | string serviceURI = inventoryConfig.GetString("InventoryServerURI", | 74 | string serviceURI = inventoryConfig.GetString("InventoryServerURI", |