mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
More debug to diagnose osgrid
This commit is contained in:
@@ -1111,7 +1111,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <param name="xferManager"></param>
|
||||
public void RequestInventoryFile(IClientAPI client, IXfer xferManager)
|
||||
{
|
||||
|
||||
m_log.DebugFormat("[XXX]: RequestInventoryFile");
|
||||
lock (m_inventoryFileLock)
|
||||
{
|
||||
string filename = "inventory_" + UUID.Random().ToString() + ".tmp";
|
||||
|
||||
Reference in New Issue
Block a user