mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Support loading empty folders in an iar
This commit is contained in:
@@ -65,6 +65,7 @@ namespace OpenSim.Framework
|
||||
|
||||
if (m_pqueue.Count > 0)
|
||||
return m_pqueue.Dequeue();
|
||||
|
||||
return m_queue.Dequeue();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -214,9 +214,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
req.IsTexture = isTexture;
|
||||
m_assetRequests.Enqueue(req);
|
||||
|
||||
#if DEBUG
|
||||
//m_log.InfoFormat("[ASSET SERVER]: Added {0} to request queue", assetID);
|
||||
#endif
|
||||
//m_log.DebugFormat("[ASSET SERVER]: Added {0} to request queue", assetID);
|
||||
}
|
||||
|
||||
public virtual void UpdateAsset(AssetBase asset)
|
||||
|
||||
Reference in New Issue
Block a user