diff options
author | Jeff Ames | 2010-02-15 19:15:03 +0900 |
---|---|---|
committer | Jeff Ames | 2010-02-15 19:21:56 +0900 |
commit | af265e001d3bf043590e480cd6574a14193f6de0 (patch) | |
tree | 168217a56ba0d25d0fa063df6c27f8cbdca4bf67 /OpenSim/Services/AssetService | |
parent | Fixes a bug in the previous patch. (diff) | |
download | opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.zip opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.tar.gz opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.tar.bz2 opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Services/AssetService')
-rw-r--r-- | OpenSim/Services/AssetService/AssetService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/AssetService/AssetService.cs b/OpenSim/Services/AssetService/AssetService.cs index a91b632..b9723a8 100644 --- a/OpenSim/Services/AssetService/AssetService.cs +++ b/OpenSim/Services/AssetService/AssetService.cs | |||
@@ -81,12 +81,12 @@ namespace OpenSim.Services.AssetService | |||
81 | } | 81 | } |
82 | 82 | ||
83 | public AssetBase Get(string id) | 83 | public AssetBase Get(string id) |
84 | { | 84 | { |
85 | UUID assetID; | 85 | UUID assetID; |
86 | 86 | ||
87 | if (!UUID.TryParse(id, out assetID)) | 87 | if (!UUID.TryParse(id, out assetID)) |
88 | { | 88 | { |
89 | m_log.WarnFormat("[ASSET SERVICE]: Could not parse requested sset id {0}", id); | 89 | m_log.WarnFormat("[ASSET SERVICE]: Could not parse requested sset id {0}", id); |
90 | return null; | 90 | return null; |
91 | } | 91 | } |
92 | 92 | ||