mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
This commit is contained in:
@@ -194,7 +194,8 @@ namespace OpenSim.Services.AssetService
|
||||
|
||||
public virtual bool Delete(string id)
|
||||
{
|
||||
m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id);
|
||||
// m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id);
|
||||
|
||||
UUID assetID;
|
||||
if (!UUID.TryParse(id, out assetID))
|
||||
return false;
|
||||
|
||||
@@ -188,7 +188,8 @@ namespace OpenSim.Services.AssetService
|
||||
|
||||
public virtual bool Delete(string id)
|
||||
{
|
||||
m_log.DebugFormat("[XASSET SERVICE]: Deleting asset {0}", id);
|
||||
// m_log.DebugFormat("[XASSET SERVICE]: Deleting asset {0}", id);
|
||||
|
||||
UUID assetID;
|
||||
if (!UUID.TryParse(id, out assetID))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user