mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* 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
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenSim.Services.Connectors
|
||||
if (inventoryConfig == null)
|
||||
{
|
||||
m_log.Error("[INVENTORY CONNECTOR]: InventoryService missing from OpenSim.ini");
|
||||
throw new Exception("Inventory connector init error");
|
||||
throw new Exception("InventoryService missing from OpenSim.ini");
|
||||
}
|
||||
|
||||
string serviceURI = inventoryConfig.GetString("InventoryServerURI",
|
||||
|
||||
Reference in New Issue
Block a user