Another addition to Inventory debug output.
parent
edb1c732fa
commit
678254235a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue