diff options
author | Justin Clark-Casey (justincc) | 2012-08-03 00:23:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-03 00:25:22 +0100 |
commit | 293d0cc6291550b1892bd9ac27b8e4ba8dcd4f5a (patch) | |
tree | b341deb1dc9234af196206b4b1dfbcd9e41e5b84 /OpenSim/Services/AssetService | |
parent | Delete old blank SOGSpamTest (diff) | |
download | opensim-SC_OLD-293d0cc6291550b1892bd9ac27b8e4ba8dcd4f5a.zip opensim-SC_OLD-293d0cc6291550b1892bd9ac27b8e4ba8dcd4f5a.tar.gz opensim-SC_OLD-293d0cc6291550b1892bd9ac27b8e4ba8dcd4f5a.tar.bz2 opensim-SC_OLD-293d0cc6291550b1892bd9ac27b8e4ba8dcd4f5a.tar.xz |
minor: Comment out "Deleting asset" log messages for now
Diffstat (limited to 'OpenSim/Services/AssetService')
-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 137a9b0..b1f0f7e 100644 --- a/OpenSim/Services/AssetService/AssetService.cs +++ b/OpenSim/Services/AssetService/AssetService.cs | |||
@@ -191,7 +191,8 @@ namespace OpenSim.Services.AssetService | |||
191 | 191 | ||
192 | public virtual bool Delete(string id) | 192 | public virtual bool Delete(string id) |
193 | { | 193 | { |
194 | m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); | 194 | // m_log.DebugFormat("[ASSET SERVICE]: Deleting asset {0}", id); |
195 | |||
195 | UUID assetID; | 196 | UUID assetID; |
196 | if (!UUID.TryParse(id, out assetID)) | 197 | if (!UUID.TryParse(id, out assetID)) |
197 | return false; | 198 | 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; |