Another addition to Inventory debug output.

This commit is contained in:
MW
2007-12-14 12:23:54 +00:00
parent edb1c732fa
commit 678254235a

View File

@@ -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;