diff options
author | MW | 2007-12-14 12:23:54 +0000 |
---|---|---|
committer | MW | 2007-12-14 12:23:54 +0000 |
commit | 678254235a05a0e786d6e9ab46bb36ed1778df39 (patch) | |
tree | eba996cf12e01484492de42152b75b2d12afb6e2 /OpenSim/Region/Communications | |
parent | more inventory debugging output added to region server. (diff) | |
download | opensim-SC_OLD-678254235a05a0e786d6e9ab46bb36ed1778df39.zip opensim-SC_OLD-678254235a05a0e786d6e9ab46bb36ed1778df39.tar.gz opensim-SC_OLD-678254235a05a0e786d6e9ab46bb36ed1778df39.tar.bz2 opensim-SC_OLD-678254235a05a0e786d6e9ab46bb36ed1778df39.tar.xz |
Another addition to Inventory debug output.
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
63 | { | 63 | { |
64 | try | 64 | try |
65 | { | 65 | { |
66 | Console.WriteLine("Requesting Inventory from Inventory server for " + userID.ToStringHyphenated()); | 66 | Console.WriteLine("Requesting Inventory from Inventory server ( " + _inventoryServerUrl + "/GetInventory/" +" ) for " + userID.ToStringHyphenated()); |
67 | RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>(); | 67 | RestObjectPosterResponse<InventoryCollection> requester = new RestObjectPosterResponse<InventoryCollection>(); |
68 | requester.ResponseCallback = InventoryResponse; | 68 | requester.ResponseCallback = InventoryResponse; |
69 | 69 | ||