From 678254235a05a0e786d6e9ab46bb36ed1778df39 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 14 Dec 2007 12:23:54 +0000 Subject: Another addition to Inventory debug output. --- OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 3ccbe79..d45e150 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs @@ -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 requester = new RestObjectPosterResponse(); requester.ResponseCallback = InventoryResponse; -- cgit v1.1