mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Added some extra debug console output to Inventory Server and region OGS1 inventory requests.
This commit is contained in:
@@ -74,6 +74,7 @@ namespace OpenSim.Grid.InventoryServer
|
||||
|
||||
public InventoryCollection GetUserInventory(Guid rawUserID)
|
||||
{
|
||||
Console.WriteLine("Request for Inventory for " + rawUserID.ToString());
|
||||
LLUUID userID = new LLUUID(rawUserID);
|
||||
|
||||
InventoryCollection invCollection = new InventoryCollection();
|
||||
@@ -117,6 +118,7 @@ namespace OpenSim.Grid.InventoryServer
|
||||
|
||||
public bool AddInventoryItem( InventoryItemBase item)
|
||||
{
|
||||
Console.WriteLine("creating new item for " + item.avatarID.ToString());
|
||||
AddNewInventoryItem(item.avatarID, item);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user