From edb1c732fa95fcb6830e5c33e8196b904448301f Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 14 Dec 2007 12:06:29 +0000 Subject: more inventory debugging output added to region server. --- OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index 9633963..3ccbe79 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs @@ -70,8 +70,10 @@ namespace OpenSim.Region.Communications.OGS1 requester.BeginPostObject(_inventoryServerUrl + "/GetInventory/", userID.UUID); Console.WriteLine("Request for Inventory sent"); } - catch (Exception) + catch (Exception e) { + Console.WriteLine(e.Message); + Console.WriteLine(e.StackTrace); } } -- cgit v1.1