diff options
author | Melanie | 2012-08-03 16:48:06 +0100 |
---|---|---|
committer | Melanie | 2012-08-03 16:48:06 +0100 |
commit | eb4c092cac88869c02f9d857753bb92c34ab044c (patch) | |
tree | 2766a3a537a82968f16a4e6259028b8969092fac /OpenSim/Services | |
parent | Make WaitGetScenePresence wait for up to 20 seconds (diff) | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC_OLD-eb4c092cac88869c02f9d857753bb92c34ab044c.zip opensim-SC_OLD-eb4c092cac88869c02f9d857753bb92c34ab044c.tar.gz opensim-SC_OLD-eb4c092cac88869c02f9d857753bb92c34ab044c.tar.bz2 opensim-SC_OLD-eb4c092cac88869c02f9d857753bb92c34ab044c.tar.xz |
Merge branch 'careminster' into avination
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/AssetService/AssetService.cs | 3 | ||||
-rw-r--r-- | OpenSim/Services/AssetService/XAssetService.cs | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Services/AssetService/AssetService.cs b/OpenSim/Services/AssetService/AssetService.cs index 1427e84..96b430d 100644 --- a/OpenSim/Services/AssetService/AssetService.cs +++ b/OpenSim/Services/AssetService/AssetService.cs | |||
@@ -194,7 +194,8 @@ namespace OpenSim.Services.AssetService | |||
194 | 194 | ||
195 | public virtual bool Delete(string id) | 195 | public virtual bool Delete(string id) |
196 | { | 196 | { |
197 | m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); | 197 | // m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); |
198 | |||
198 | UUID assetID; | 199 | UUID assetID; |
199 | if (!UUID.TryParse(id, out assetID)) | 200 | if (!UUID.TryParse(id, out assetID)) |
200 | return false; | 201 | return false; |
diff --git a/OpenSim/Services/AssetService/XAssetService.cs b/OpenSim/Services/AssetService/XAssetService.cs index 05eb125..e62bcb5 100644 --- a/OpenSim/Services/AssetService/XAssetService.cs +++ b/OpenSim/Services/AssetService/XAssetService.cs | |||
@@ -188,7 +188,8 @@ namespace OpenSim.Services.AssetService | |||
188 | 188 | ||
189 | public virtual bool Delete(string id) | 189 | public virtual bool Delete(string id) |
190 | { | 190 | { |
191 | m_log.DebugFormat("[XASSET SERVICE]: Deleting asset {0}", id); | 191 | // m_log.DebugFormat("[XASSET SERVICE]: Deleting asset {0}", id); |
192 | |||
192 | UUID assetID; | 193 | UUID assetID; |
193 | if (!UUID.TryParse(id, out assetID)) | 194 | if (!UUID.TryParse(id, out assetID)) |
194 | return false; | 195 | return false; |