more inventory debugging output added to region server.
parent
1173a14fbf
commit
edb1c732fa
|
@ -70,8 +70,10 @@ namespace OpenSim.Region.Communications.OGS1
|
|||
requester.BeginPostObject<Guid>(_inventoryServerUrl + "/GetInventory/", userID.UUID);
|
||||
Console.WriteLine("Request for Inventory sent");
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e.Message);
|
||||
Console.WriteLine(e.StackTrace);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue