aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMW2007-12-14 12:23:54 +0000
committerMW2007-12-14 12:23:54 +0000
commit678254235a05a0e786d6e9ab46bb36ed1778df39 (patch)
treeeba996cf12e01484492de42152b75b2d12afb6e2 /OpenSim
parentmore inventory debugging output added to region server. (diff)
downloadopensim-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')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs2
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