diff options
author | Justin Clarke Casey | 2008-03-12 17:02:08 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-12 17:02:08 +0000 |
commit | 42123770de293d17993d85c3f3074f6106d9eaba (patch) | |
tree | 8fafac20193a4219ff9896725d7b2de3486589e9 /OpenSim/Framework/Communications/RestClient | |
parent | Applied patch from mantis #749, Grass now stays to set type when moved. thank... (diff) | |
download | opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.zip opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.gz opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.bz2 opensim-SC_OLD-42123770de293d17993d85c3f3074f6106d9eaba.tar.xz |
* Add comments and slight corrections to ClientView.AgentTextureCached
* Reduce 'asset not found' console debug spam
Diffstat (limited to 'OpenSim/Framework/Communications/RestClient')
-rw-r--r-- | OpenSim/Framework/Communications/RestClient/RestClient.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/RestClient/RestClient.cs b/OpenSim/Framework/Communications/RestClient/RestClient.cs index bf81565..f1b2fc7 100644 --- a/OpenSim/Framework/Communications/RestClient/RestClient.cs +++ b/OpenSim/Framework/Communications/RestClient/RestClient.cs | |||
@@ -240,7 +240,7 @@ namespace OpenSim.Framework.Communications | |||
240 | } | 240 | } |
241 | } | 241 | } |
242 | realuri = sb.ToString(); | 242 | realuri = sb.ToString(); |
243 | m_log.InfoFormat("[REST]: RestURL: {0}", realuri); | 243 | //m_log.InfoFormat("[REST CLIENT]: RestURL: {0}", realuri); |
244 | return new Uri(sb.ToString()); | 244 | return new Uri(sb.ToString()); |
245 | } | 245 | } |
246 | 246 | ||
@@ -443,4 +443,4 @@ namespace OpenSim.Framework.Communications | |||
443 | 443 | ||
444 | #endregion Async Invocation | 444 | #endregion Async Invocation |
445 | } | 445 | } |
446 | } \ No newline at end of file | 446 | } |