mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Another addition to Inventory debug output.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
{
|
||||
try
|
||||
{
|
||||
Console.WriteLine("Requesting Inventory from Inventory server for " + userID.ToStringHyphenated());
|
||||
Console.WriteLine("Requesting Inventory from Inventory server ( " + _inventoryServerUrl + "/GetInventory/" +" ) for " + userID.ToStringHyphenated());
|
||||
RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>();
|
||||
requester.ResponseCallback = InventoryResponse;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user