mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
more inventory debugging output added to region server.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user